(POP_FAILURE_POINT): Extract failure_id as an integer.
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 12:31:55 +0000 (12:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Oct 1999 12:31:55 +0000 (12:31 +0000)
regex.c

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