projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0000c41
)
(POP_FAILURE_POINT): Use failure_id.integer
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 28 Oct 1999 21:16:22 +0000
(21:16 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 28 Oct 1999 21:16:22 +0000
(21:16 +0000)
as arg to DEBUG_POP and DEBUG_PRINT.
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index 90ef44f15f0db9627a8184cda485c1d9cb158070..3cf8a139a466d55c037d2f5724bd616939581079 100644
(file)
--- a/
regex.c
+++ b/
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 \