From bacf0a7d2538b34103e79c0a7f2600d3e6fa4526 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 29 Oct 1995 19:36:39 +0000 Subject: [PATCH] (POP_FAILURE_POINT): Use .word.integer. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 41f2cafa53..e83e28dac1 100644 --- a/regex.c +++ b/regex.c @@ -1295,7 +1295,7 @@ typedef struct { \ for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ { \ - reg_info[this_reg].word = 0; \ + reg_info[this_reg].word.integer = 0; \ regend[this_reg] = 0; \ regstart[this_reg] = 0; \ } \ -- 2.30.2