changeset 506:b2984f830b57

(POP_FAILURE_POINT): Use .word.integer.
author Richard Stallman <rms@gnu.org>
date Sun, 29 Oct 1995 19:36:39 +0000
parents 58d475c79a51
children a3c078c53e43
files regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;					\
 	}								\