aboutsummaryrefslogtreecommitdiffstats
path: root/lib/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 37e67c6be..ec1b17ddf 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -2865,7 +2865,7 @@ re_compile_fastmap (bufp)
/* This holds the pointer to the failure stack, when
it is allocated relocatably. */
-#ifdef REL_ALLOC_STMT
+#ifdef REL_ALLOC
fail_stack_elt_t *failure_stack_ptr;
#endif
@@ -3518,7 +3518,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
/* This holds the pointer to the failure stack, when
it is allocated relocatably. */
-#ifdef REL_ALLOC_STMT
+#ifdef REL_ALLOC
fail_stack_elt_t *failure_stack_ptr;
#endif