changeset 20217:2f0bb67a9521

Apply the usual REL_ALLOC patch.
author Jim Meyering <jim@meyering.net>
date Fri, 15 Dec 1995 15:34:07 +0000
parents 27134c45dc00
children e755bf735375
files lib/regex.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c	Fri Dec 15 15:33:36 1995 +0000
+++ b/lib/regex.c	Fri Dec 15 15:34:07 1995 +0000
@@ -2921,7 +2921,9 @@
 
   /* This holds the pointer to the failure stack, when
      it is allocated relocatably.  */
+#ifdef REL_ALLOC
   fail_stack_elt_t *failure_stack_ptr;
+#endif
 
   /* Assume that each path through the pattern can be null until
      proven otherwise.  We set this false at the bottom of switch
@@ -3586,7 +3588,9 @@
 
   /* This holds the pointer to the failure stack, when
      it is allocated relocatably.  */
+#ifdef REL_ALLOC
   fail_stack_elt_t *failure_stack_ptr;
+#endif
 
   /* We fill all the registers internally, independent of what we
      return, for use in backreferences.  The number here includes