summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-21 06:38:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-21 06:38:05 -0800
commit7515303c46d2e4e0b18544d1fe5acd942163ef42 (patch)
tree0bd4c859da29c3e6c66784cb32e479759b1e3d01 /ChangeLog
parent14a83fa427a4fad99b7a5bc288c47a7e0bcc95f3 (diff)
downloadtxr-7515303c46d2e4e0b18544d1fe5acd942163ef42.tar.gz
txr-7515303c46d2e4e0b18544d1fe5acd942163ef42.tar.bz2
txr-7515303c46d2e4e0b18544d1fe5acd942163ef42.zip
Bug #35139
* parser.y (yybadtoken): The current token (yychar) is 0 on byacc rather than YYEOF or YYEMPTY, so we have to handle that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 598436d1..9e9e79c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
+
+2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (distclean): use rm -rf on mpi directory.
2011-12-20 Kaz Kylheku <kaz@kylheku.com>