diff options
| author | Gerd Moellmann | 1999-10-25 12:31:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-25 12:31:55 +0000 |
| commit | 7d0ff466260902f5be186fd86c2ac42732431ede (patch) | |
| tree | 00713552a2f1166ca130822a569cc558ce5124d3 /src | |
| parent | 9626b9283927d2233e4e4eeb6c7bbbd95ad58641 (diff) | |
| download | emacs-7d0ff466260902f5be186fd86c2ac42732431ede.tar.gz emacs-7d0ff466260902f5be186fd86c2ac42732431ede.zip | |
(POP_FAILURE_POINT): Extract failure_id as an integer.
Diffstat (limited to 'src')
| -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 bdd84ef483e..90ef44f15f0 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -1513,7 +1513,7 @@ typedef struct | |||
| 1513 | assert (fail_stack.avail >= NUM_NONREG_ITEMS); \ | 1513 | assert (fail_stack.avail >= NUM_NONREG_ITEMS); \ |
| 1514 | \ | 1514 | \ |
| 1515 | DEBUG_POP (&failure_id); \ | 1515 | DEBUG_POP (&failure_id); \ |
| 1516 | DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \ | 1516 | DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id.integer); \ |
| 1517 | \ | 1517 | \ |
| 1518 | /* If the saved string location is NULL, it came from an \ | 1518 | /* If the saved string location is NULL, it came from an \ |
| 1519 | on_failure_keep_string_jump opcode, and we want to throw away the \ | 1519 | on_failure_keep_string_jump opcode, and we want to throw away the \ |