From 0c82451f5cb4c918074dc31cb4e6b28f076c5f67 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 28 Oct 1999 21:16:22 +0000 Subject: [PATCH] (POP_FAILURE_POINT): Use failure_id.integer as arg to DEBUG_POP and DEBUG_PRINT. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 90ef44f15f..3cf8a139a4 100644 --- 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 \ -- 2.30.2