From 0000c41de7d48a6df9ce77d0983bc4f5ed87a6af Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 25 Oct 1999 12:31:55 +0000 Subject: [PATCH] (POP_FAILURE_POINT): Extract failure_id as an integer. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index bdd84ef483..90ef44f15f 100644 --- 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 \ -- 2.30.2