]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Clean up yacc.c a little.
[bison.git] / ChangeLog
index 574fc8ec462d42bda34e9553b7591ed21273f769..bb4c8665d1661f5bd61f0f646d6649e09150179c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-10  Joel E. Denny  <jdenny@clemson.edu>
+
+       Clean up yacc.c a little.
+       * data/yacc.c: Clean up M4 for readability, and make output
+       whitespace more consistent.  For the main parse function
+       comment, instead of saying "yyparse or yypush_parse", say either
+       "yyparse" or "yypush_parse" depending on which it actually is.
+
 2009-09-03  Joel E. Denny  <jdenny@clemson.edu>
 
        Complain about unused %define variables and %code qualifiers.