summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-10 07:03:03 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-10 07:03:03 -0700
commitcc9bd9efeb1a0b49819e086020c09656abeac768 (patch)
treefdf0cf37d34fde7f9224f1bcedf625256c6c448c /ChangeLog
parente17a47ac47f9c4c4aa6eccad76942d644c912faa (diff)
downloadtxr-cc9bd9efeb1a0b49819e086020c09656abeac768.tar.gz
txr-cc9bd9efeb1a0b49819e086020c09656abeac768.tar.bz2
txr-cc9bd9efeb1a0b49819e086020c09656abeac768.zip
* gc.c (sweep): Fix comment referring to nonexistent identifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6e383f0..c9decb79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-04-10 Kaz Kylheku <kaz@kylheku.com>
+ * gc.c (sweep): Fix comment referring to nonexistent identifier.
+
+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.