# HG changeset patch # User Richard Stallman # Date 768086485 0 # Node ID 76d723239443bc634ca11afd1733452af7221d08 # Parent 64f3630c01ad9bcf278cbcc03baedcadacaa7f0c *** empty log message *** diff -r 64f3630c01ad -r 76d723239443 regex.c --- a/regex.c Wed May 04 01:58:05 1994 +0000 +++ b/regex.c Wed May 04 21:21:25 1994 +0000 @@ -3176,7 +3176,11 @@ val = re_match_2_internal (bufp, string1, size1, string2, size2, startpos, regs, stop); +#ifndef REGEX_MALLOC +#ifdef C_ALLOCA alloca (0); +#endif +#endif if (val >= 0) return startpos;