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.
This commit is contained in:
Joel E. Denny
2009-04-24 02:47:42 -04:00
parent 25029e164a
commit 379261b3fd
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.