# HG changeset patch # User Jim Blandy # Date 738058585 0 # Node ID e77738f737d832a869dd47dbb84c2b17230b20b5 # Parent 6dee690ddac5c9694a1934b307552568ab8eac45 *** empty log message *** diff -r 6dee690ddac5 -r e77738f737d8 src/regex.c --- 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 *) \