diff options
| author | Gerd Moellmann <gerd@gnu.org> | 1999-10-28 21:17:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-28 21:17:43 +0000 |
| commit | d9e455fbec05fa016956113b5b803f0818f79da9 (patch) | |
| tree | 36d941b0337f0f09ebbb8c79c0fc168526866b8e /src/regex.c | |
| parent | ca99d4bd24f1fd8f80a752ab1e5d95dd6eaa0a63 (diff) | |
| download | emacs-d9e455fbec05fa016956113b5b803f0818f79da9.tar.gz | |
(POP_FAILURE_POINT): Use failure_id.integer
as arg to DEBUG_POP and DEBUG_PRINT.
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
