Fix conditional.

This commit is contained in:
Karl Heuer 1995-07-17 23:24:57 +00:00
parent 88415bfc71
commit 33487cc80b

View file

@ -260,7 +260,7 @@ char *alloca ();
/* Define how to allocate the failure stack. */
#if defined (REL_ALLOC) && !defined (REGEX_MALLOC)
#if defined (REL_ALLOC) && defined (REGEX_MALLOC)
#define REGEX_ALLOCATE_STACK(size) \
r_alloc (&failure_stack_ptr, (size))