(POP_FAILURE_POINT): Use .word.integer.
authorRichard Stallman <rms@gnu.org>
Sun, 29 Oct 1995 19:36:39 +0000 (19:36 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 29 Oct 1995 19:36:39 +0000 (19:36 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 41f2cafa5393cb9e717020cd7b4d7311c96736e2..e83e28dac1e5839eb2dfdbf86ea8c998a6887447 100644 (file)
--- 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;                                       \
        }                                                               \