From: Gerd Moellmann Date: Mon, 25 Oct 1999 12:31:55 +0000 (+0000) Subject: (POP_FAILURE_POINT): Extract failure_id as an integer. X-Git-Tag: emacs-pretest-21.0.90~6318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d0ff466260902f5be186fd86c2ac42732431ede;p=emacs.git (POP_FAILURE_POINT): Extract failure_id as an integer. --- diff --git a/src/regex.c b/src/regex.c index bdd84ef483e..90ef44f15f0 100644 --- a/src/regex.c +++ b/src/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 \