Mercurial > emacs
changeset 2951:e77738f737d8
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 22 May 1993 08:16:25 +0000 |
parents | 6dee690ddac5 |
children | 67fb1010352a |
files | src/regex.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Sat May 22 07:51:26 1993 +0000 +++ b/src/regex.c Sat May 22 08:16:25 1993 +0000 @@ -883,7 +883,7 @@ ralloc heap) shift the data out from underneath the regexp routines. */ #if defined (REL_ALLOC) -#if ! defined (HAVE_ALLOCA) || defined (C_ALLOCA) +#if defined (C_ALLOCA) #define MATCH_SHOULD_NOT_ALLOCA #endif #endif @@ -924,7 +924,7 @@ /* Initialize `fail_stack'. Do `return -2' if the alloc fails. */ -#ifdef MATCH_SHOULD_NOT_ALLOCA +#ifndef MATCH_SHOULD_NOT_ALLOCA #define INIT_FAIL_STACK() \ do { \ fail_stack.stack = (fail_stack_elt_t *) \