aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 1af5ab0edca..9bb15d7366e 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -260,7 +260,7 @@ char *alloca ();
260 260
261/* Define how to allocate the failure stack. */ 261/* Define how to allocate the failure stack. */
262 262
263#if defined (REL_ALLOC) && !defined (REGEX_MALLOC) 263#if defined (REL_ALLOC) && defined (REGEX_MALLOC)
264 264
265#define REGEX_ALLOCATE_STACK(size) \ 265#define REGEX_ALLOCATE_STACK(size) \
266 r_alloc (&failure_stack_ptr, (size)) 266 r_alloc (&failure_stack_ptr, (size))