(POP_FAILURE_POINT): Use failure_id.integer
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 21:16:22 +0000 (21:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 21:16:22 +0000 (21:16 +0000)
as arg to DEBUG_POP and DEBUG_PRINT.

regex.c

diff --git a/regex.c b/regex.c
index 90ef44f..3cf8a13 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -1512,7 +1512,7 @@ typedef struct
                                                                        \
   assert (fail_stack.avail >= NUM_NONREG_ITEMS);                       \
                                                                        \
-  DEBUG_POP (&failure_id);                                             \
+  DEBUG_POP (&failure_id.integer);                                     \
   DEBUG_PRINT2 ("  Popping failure id: %u\n", failure_id.integer);     \
                                                                        \
   /* If the saved string location is NULL, it came from an             \