Mercurial > emacs
diff src/regex.c @ 7318:eed73d042fa4
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 04 May 1994 21:21:25 +0000 |
| parents | c8787065a00e |
| children | 06cc85ac10fb |
line wrap: on
line diff
--- a/src/regex.c Wed May 04 20:27:08 1994 +0000 +++ b/src/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;
