comparison 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
comparison
equal deleted inserted replaced
7317:ce56b572b5c8 7318:eed73d042fa4
3174 && !bufp->can_be_null) 3174 && !bufp->can_be_null)
3175 return -1; 3175 return -1;
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;
3183 3187
3184 if (val == -2) 3188 if (val == -2)