From: Richard M. Stallman Date: Wed, 4 May 1994 21:21:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~8535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f46831b07296d35401f87628494ac12acdb6117e;p=emacs.git *** empty log message *** --- diff --git a/src/regex.c b/src/regex.c index f8debba960b..bd8c80f2b41 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3176,7 +3176,11 @@ re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) 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;