# HG changeset patch # User Richard Stallman # Date 814995399 0 # Node ID b2984f830b57a5803f1e48b8d32c5e8c7001fb35 # Parent 58d475c79a51a63b4fc090389ad48ae747c7d818 (POP_FAILURE_POINT): Use .word.integer. diff --git a/regex.c b/regex.c --- a/regex.c +++ b/regex.c @@ -1295,7 +1295,7 @@ { \ 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; \ } \