summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-29 19:36:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-29 19:36:39 +0000
commite148ff961edd67b40869f14c7dd8a03e1c0c4c94 (patch)
tree1f08ba16672b95f2661ff65523a1f68cda7a127a /src
parent9b4cdbf1b4765437d6a9aa1cfe8636fb0ef1599c (diff)
downloademacs-e148ff961edd67b40869f14c7dd8a03e1c0c4c94.tar.gz
(POP_FAILURE_POINT): Use .word.integer.
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 41f2cafa539..e83e28dac1e 100644
--- a/src/regex.c
+++ b/src/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; \
} \