diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 09:18:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-19 09:18:24 -0700 |
commit | 1081759195124f46fba0028c3583aa878fa72869 (patch) | |
tree | 2ee2f2b4a7522b18c573ab287ec3319310b3eb64 /ChangeLog | |
parent | 7b0433984c9f672fcde3f7cd39d1cdbd60abb6e7 (diff) | |
download | txr-1081759195124f46fba0028c3583aa878fa72869.tar.gz txr-1081759195124f46fba0028c3583aa878fa72869.tar.bz2 txr-1081759195124f46fba0028c3583aa878fa72869.zip |
* parser.c (parser_mark): Do not mark p->syntax_tree if
its value is nao. Introduced on 2015-06-10, "Error handling improvement
in read".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-06-19 Kaz Kylheku <kaz@kylheku.com> + + * parser.c (parser_mark): Do not mark p->syntax_tree if + its value is nao. Introduced on 2015-06-10, "Error handling improvement + in read". + 2015-06-18 Kaz Kylheku <kaz@kylheku.com> * lib.c (mkstring): Fix neglect to null terminate. |