]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Clean up yacc.c a little.
[bison.git] / ChangeLog
index cd3ea49654ae9317676811906539700375c1f71a..6c9758242cb4ed67db982acee78bbdcd64551305 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-10  Joel E. Denny  <jdenny@clemson.edu>
 
        Fix --enable-gcc-warnings.