From d9e455fbec05fa016956113b5b803f0818f79da9 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 28 Oct 1999 21:17:43 +0000 Subject: [PATCH] (POP_FAILURE_POINT): Use failure_id.integer as arg to DEBUG_POP and DEBUG_PRINT. --- src/ChangeLog | 5 +++++ src/regex.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4d90f9c5388..350307c3e6b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-10-28 Richard M. Stallman + + * regex.c (POP_FAILURE_POINT): Use failure_id.integer + as arg to DEBUG_POP and DEBUG_PRINT. + 1999-10-28 Gerd Moellmann * 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 \ 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.39.5