diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-20 15:18:12 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-20 15:18:12 -0800 |
commit | 1dc0ed67b0b00b74f2abbf4e5a5d9512bb04dab0 (patch) | |
tree | 14cdbb19823b2c2d9cd13502feda787e7ac136db /ChangeLog | |
parent | 768d6f677643332a440f822787517b1939135f2b (diff) | |
download | txr-1dc0ed67b0b00b74f2abbf4e5a5d9512bb04dab0.tar.gz txr-1dc0ed67b0b00b74f2abbf4e5a5d9512bb04dab0.tar.bz2 txr-1dc0ed67b0b00b74f2abbf4e5a5d9512bb04dab0.zip |
* parser.y (grammar): Fix error actions that do not assign
a value to $$.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-11-20 Kaz Kylheku <kkylheku@gmail.com> + * parser.y (grammar): Fix error actions that do not assign + a value to $$. + +2009-11-20 Kaz Kylheku <kkylheku@gmail.com> + * match.c (dest_bind): Extended to handle more general forms by using eval_form rather than direct symbol binding lookups. False positive return fixed. |