]> git.eshelyaron.com Git - emacs.git/commitdiff
(POP_FAILURE_POINT): Use failure_id.integer
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 21:17:43 +0000 (21:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Oct 1999 21:17:43 +0000 (21:17 +0000)
as arg to DEBUG_POP and DEBUG_PRINT.

src/ChangeLog
src/regex.c

index 4d90f9c5388408343f67991c54bbf5aaa49013c7..350307c3e6baba8da7e86eaa5efb48d9f5fc86a5 100644 (file)
@@ -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)
index 90ef44f15f0db9627a8184cda485c1d9cb158070..3cf8a139a466d55c037d2f5724bd616939581079 100644 (file)
@@ -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             \