diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-10 06:17:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-10 06:17:43 -0700 |
commit | e17a47ac47f9c4c4aa6eccad76942d644c912faa (patch) | |
tree | 66ba00cda60d5245d04a0cb76af1f07f415e7fd7 /ChangeLog | |
parent | 78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7 (diff) | |
download | txr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.tar.gz txr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.tar.bz2 txr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.zip |
* eval.c (eval_init): There is an until_s global variable, so
no need to intern the symbol when registering me_until.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-04-10 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (eval_init): There is an until_s global variable, so + no need to intern the symbol when registering me_until. + 2015-04-09 Kaz Kylheku <kaz@kylheku.com> Fork and wait support. |