summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-27 06:06:46 +0000
committerJim Meyering <jim@meyering.net>1995-04-27 06:06:46 +0000
commit732fb15b45aa8daf9d98d92aabc2d2b79d2e2c03 (patch)
tree4f9795253f617ddd6c42fdfdf29eb75f25552d6d /lib/regex.c
parent00c3a48bd73ca6f8f43932572e2ffee290ff3b8a (diff)
downloadcoreutils-732fb15b45aa8daf9d98d92aabc2d2b79d2e2c03.tar.xz
merge with 1.11.f
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