comparison src/regex.c @ 26237:94242d48aab1

(POP_FAILURE_POINT): Use failure_id.integer as arg to DEBUG_POP and DEBUG_PRINT.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Oct 1999 21:16:22 +0000
parents fa94bb0c2c8c
children 5eb1e428de28
comparison
equal deleted inserted replaced
26236:4f74d4393e52 26237:94242d48aab1
1510 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \ 1510 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1511 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \ 1511 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1512 \ 1512 \
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.integer); \
1516 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id.integer); \ 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 \
1520 saved NULL, thus retaining our current position in the string. */ \ 1520 saved NULL, thus retaining our current position in the string. */ \