summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e9e79c2..cba89b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Bug #35139
+ Better fix.
+
+ * parser.y (YYEOF): If YYEOF is not defined, define it as zero.
+ (yybadtoken): Undo previous changes: do not test for zero.
+
+2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+
+ Bug #35139
+
* parser.y (yybadtoken): The current token (yychar) is 0 on byacc
rather than YYEOF or YYEMPTY, so we have to handle that.