projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4174132
)
From FSF.
author
Jim Meyering
<jim@meyering.net>
Mon, 6 Nov 1995 17:06:24 +0000
(17:06 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 6 Nov 1995 17:06:24 +0000
(17:06 +0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index e5483f8e5e1717f8555bc6b621fc4b2c1ff6eebd..0a6ebffc3a0d1c6073f980257206faf013c16017 100644
(file)
--- a/
lib/regex.c
+++ b/
lib/regex.c
@@
-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; \
} \