diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-05 07:13:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-05 07:13:12 -0700 |
commit | 6c2bc5ad087e74dea68585c6bf876a038d9e324f (patch) | |
tree | 07c04cee783d30ea12676b070b5d482f9d589ec6 /ChangeLog | |
parent | cfef6286fa1beaf2072dfb3240e40539250dc527 (diff) | |
download | txr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.tar.gz txr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.tar.bz2 txr-6c2bc5ad087e74dea68585c6bf876a038d9e324f.zip |
* eval.c (eval_init): Fix incorrect registration of
random-fixnum, which doesn't allow it to be called
with no arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-08-05 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Fix incorrect registration of + random-fixnum, which doesn't allow it to be called + with no arguments. + +2014-08-05 Kaz Kylheku <kaz@kylheku.com> + * parser.y: Back port from Berkeley Yacc to GNU Bison. We need a prototype of yylex that is in scope of the grammar, but YYSTYPE is not defined there. |