Clean up recent patches a little.

Reported by Akim Demaille.
* doc/bison.texinfo (Understanding): Fix typos.
* src/print.c (print_reductions): Don't use negated variable.
(cherry picked from commit 379261b3fd)
This commit is contained in:
Joel E. Denny
2009-04-24 02:54:47 -04:00
parent f49097730e
commit 8f0d265e9d
3 changed files with 14 additions and 7 deletions
+7
View File
@@ -1,3 +1,10 @@
2009-04-24 Joel E. Denny <[email protected]>
Clean up recent patches a little.
Reported by Akim Demaille.
* doc/bison.texinfo (Understanding): Fix typos.
* src/print.c (print_reductions): Don't use negated variable.
2009-04-24 Joel E. Denny <[email protected]>
List accepted values for a %define enum variable with an invalid value.