projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71cd15d
)
(YYCOPY): Fix [] quoting problem in the non-GCC case.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 27 Apr 2002 01:20:51 +0000
(
01:20
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 27 Apr 2002 01:20:51 +0000
(
01:20
+0000)
data/bison.simple
patch
|
blob
|
blame
|
history
diff --git
a/data/bison.simple
b/data/bison.simple
index fd16dd2aefe8aa9bd11185c6b0b283fa97ae94c3..803d1a4839afdd6f9268c19e447f7d3a0e565d13 100644
(file)
--- a/
data/bison.simple
+++ b/
data/bison.simple
@@
-236,7
+236,7
@@
union yyalloc
{ \
register YYSIZE_T yyi; \
for (yyi = 0; yyi < (Count); yyi++) \
- (To)[
yyi] = (From)[yyi];
\
+ (To)[
[yyi]] = (From)[[yyi]];
\
} \
while (0)
# endif