Mercurial > emacs
changeset 26168:fa94bb0c2c8c
(POP_FAILURE_POINT): Extract failure_id as an integer.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 25 Oct 1999 12:31:55 +0000 |
parents | 02e32f457c8a |
children | c24dd11dad46 |
files | src/regex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Mon Oct 25 12:22:14 1999 +0000 +++ b/src/regex.c Mon Oct 25 12:31:55 1999 +0000 @@ -1513,7 +1513,7 @@ 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 \