From 732fb15b45aa8daf9d98d92aabc2d2b79d2e2c03 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Apr 1995 06:06:46 +0000 Subject: merge with 1.11.f --- lib/regex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/regex.c') 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 -- cgit v1.2.3