comparison src/regex.c @ 13323:679c9edb12c5

(POP_FAILURE_POINT): Use .word.integer.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 19:36:39 +0000
parents 335d844a2f05
children e50cebfd1d7a
comparison
equal deleted inserted replaced
13322:336cbb88a1e3 13323:679c9edb12c5
1293 } \ 1293 } \
1294 else \ 1294 else \
1295 { \ 1295 { \
1296 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ 1296 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
1297 { \ 1297 { \
1298 reg_info[this_reg].word = 0; \ 1298 reg_info[this_reg].word.integer = 0; \
1299 regend[this_reg] = 0; \ 1299 regend[this_reg] = 0; \
1300 regstart[this_reg] = 0; \ 1300 regstart[this_reg] = 0; \
1301 } \ 1301 } \
1302 highest_active_reg = high_reg; \ 1302 highest_active_reg = high_reg; \
1303 } \ 1303 } \