From FSF.
authorJim Meyering <jim@meyering.net>
Mon, 6 Nov 1995 17:06:24 +0000 (17:06 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Nov 1995 17:06:24 +0000 (17:06 +0000)
lib/regex.c

index e5483f8..0a6ebff 100644 (file)
@@ -1297,7 +1297,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;                                       \
        }                                                               \