changeset 215:76d723239443

*** empty log message ***
author Richard Stallman <rms@gnu.org>
date Wed, 04 May 1994 21:21:25 +0000
parents 64f3630c01ad
children a3413f201eff
files regex.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;