From: Richard Stallman Date: Sun, 29 Oct 1995 19:36:39 +0000 (+0000) Subject: (POP_FAILURE_POINT): Use .word.integer. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacf0a7d2538b34103e79c0a7f2600d3e6fa4526;p=pspp (POP_FAILURE_POINT): Use .word.integer. --- 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; \ } \