projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2339107
)
(POP_FAILURE_POINT): Extract failure_id as an integer.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 25 Oct 1999 12:31:55 +0000
(12:31 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 25 Oct 1999 12:31:55 +0000
(12:31 +0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index bdd84ef483e5873f737d16504f557179e65112fd..90ef44f15f0db9627a8184cda485c1d9cb158070 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-1513,7
+1513,7
@@
typedef struct
assert (fail_stack.avail >= NUM_NONREG_ITEMS); \
\
DEBUG_POP (&failure_id); \
- DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id
);
\
+ DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id
.integer);
\
\
/* If the saved string location is NULL, it came from an \
on_failure_keep_string_jump opcode, and we want to throw away the \