]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
yysyntax_error: improve invocation readability.
[bison.git] / ChangeLog
index 1ea3e5e4b109e316f6e6a3249ff36fcff9a77e9c..3f7a2ee05899b71c450fa966b8024aac2ec48fa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-31  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       yysyntax_error: improve invocation readability.
+       * data/yacc.c (yyparse, yypush_parse): For yysyntax_error
+       invocation, get rid of the while loop, which is misleading
+       because there are really at most two iterations.
+
 2010-10-31  Joel E. Denny  <joeldenny@joeldenny.org>
 
        * ChangeLog: Correct some errors in previous entries.