changeset 20201:ce5fe44d7416

From FSF.
author Jim Meyering <jim@meyering.net>
date Mon, 06 Nov 1995 17:06:24 +0000
parents 5011c95022fb
children 7686c793b45c
files lib/regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c	Fri Nov 03 20:02:00 1995 +0000
+++ b/lib/regex.c	Mon Nov 06 17:06:24 1995 +0000
@@ -1297,7 +1297,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;					\
 	}								\