aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-28 21:17:43 +0000
committerGerd Moellmann1999-10-28 21:17:43 +0000
commitd9e455fbec05fa016956113b5b803f0818f79da9 (patch)
tree36d941b0337f0f09ebbb8c79c0fc168526866b8e
parentca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63 (diff)
downloademacs-d9e455fbec05fa016956113b5b803f0818f79da9.tar.gz
emacs-d9e455fbec05fa016956113b5b803f0818f79da9.zip
(POP_FAILURE_POINT): Use failure_id.integer
as arg to DEBUG_POP and DEBUG_PRINT.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/regex.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d90f9c5388..350307c3e6b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
11999-10-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
4 as arg to DEBUG_POP and DEBUG_PRINT.
5
11999-10-28 Gerd Moellmann <gerd@gnu.org> 61999-10-28 Gerd Moellmann <gerd@gnu.org>
2 7
3 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc) 8 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
diff --git a/src/regex.c b/src/regex.c
index 90ef44f15f0..3cf8a139a46 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -1512,7 +1512,7 @@ typedef struct
1512 \ 1512 \
1513 assert (fail_stack.avail >= NUM_NONREG_ITEMS); \ 1513 assert (fail_stack.avail >= NUM_NONREG_ITEMS); \
1514 \ 1514 \
1515 DEBUG_POP (&failure_id); \ 1515 DEBUG_POP (&failure_id.integer); \
1516 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id.integer); \ 1516 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id.integer); \
1517 \ 1517 \
1518 /* If the saved string location is NULL, it came from an \ 1518 /* If the saved string location is NULL, it came from an \