aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-04 21:21:25 +0000
committerRichard M. Stallman1994-05-04 21:21:25 +0000
commitf46831b07296d35401f87628494ac12acdb6117e (patch)
tree299a8b434a529e915c9545321c2e28a193e8167c /src
parent0d29cfe96625ea8546a70cf360339d808ff3aee6 (diff)
downloademacs-f46831b07296d35401f87628494ac12acdb6117e.tar.gz
emacs-f46831b07296d35401f87628494ac12acdb6117e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.c4
1 files changed, 4 insertions, 0 deletions
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)
3176 3176
3177 val = re_match_2_internal (bufp, string1, size1, string2, size2, 3177 val = re_match_2_internal (bufp, string1, size1, string2, size2,
3178 startpos, regs, stop); 3178 startpos, regs, stop);
3179#ifndef REGEX_MALLOC
3180#ifdef C_ALLOCA
3179 alloca (0); 3181 alloca (0);
3182#endif
3183#endif
3180 3184
3181 if (val >= 0) 3185 if (val >= 0)
3182 return startpos; 3186 return startpos;