diff src/regex.c @ 26237:94242d48aab1

(POP_FAILURE_POINT): Use failure_id.integer as arg to DEBUG_POP and DEBUG_PRINT.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Oct 1999 21:16:22 +0000
parents fa94bb0c2c8c
children 5eb1e428de28
line wrap: on
line diff
--- a/src/regex.c	Thu Oct 28 21:02:49 1999 +0000
+++ b/src/regex.c	Thu Oct 28 21:16:22 1999 +0000
@@ -1512,7 +1512,7 @@
 									\
   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		\