mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(POP_FAILURE_POINT): Use failure_id.integer
as arg to DEBUG_POP and DEBUG_PRINT.
This commit is contained in:
parent
ca99d4bd24
commit
d9e455fbec
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
1999-10-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
|
||||
|
||||
* regex.c (POP_FAILURE_POINT): Use failure_id.integer
|
||||
as arg to DEBUG_POP and DEBUG_PRINT.
|
||||
|
||||
1999-10-28 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue