projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ea03c24
)
Comment fix: don't mention obsolete bison.simple.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Dec 2002 06:58:35 +0000
(06:58 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Dec 2002 06:58:35 +0000
(06:58 +0000)
data/glr.c
patch
|
blob
|
blame
|
history
diff --git
a/data/glr.c
b/data/glr.c
index 66951aada4fc7c58bb70645e61f53a5176944474..c10bb2d2bd73eba8fad42ef62b38455d840c8db3 100644
(file)
--- a/
data/glr.c
+++ b/
data/glr.c
@@
-204,7
+204,7
@@
typedef struct YYLTYPE
#endif
/* Default (constant) values used for initialization for null
- right-hand sides. Unlike the standard
bison.simple
template,
+ right-hand sides. Unlike the standard
yacc.c
template,
here we set the default values of $$ and $@@ to zeroed-out
values. Since the default value of these quantities is undefined,
this behavior is technically correct. */