diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-02 10:03:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-02 10:03:03 -0800 |
commit | b6fdf456e413412aaa7cd132b1f340b5b706eddd (patch) | |
tree | 3b5ecf4a94c3c8955ee6307fce79b56186ad96e6 /ChangeLog | |
parent | 0e4caada3d016a6e10d695e98a1e2ee9a4a4b9d0 (diff) | |
download | txr-b6fdf456e413412aaa7cd132b1f340b5b706eddd.tar.gz txr-b6fdf456e413412aaa7cd132b1f340b5b706eddd.tar.bz2 txr-b6fdf456e413412aaa7cd132b1f340b5b706eddd.zip |
* eval.c (eval_init): Fix regression introduced in
2011-12-29 commit. We can't use mod_s, because the module
which sets up that variable is not yet initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-01-02 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (eval_init): Fix regression introduced in + 2011-12-29 commit. We can't use mod_s, because the module + which sets up that variable is not yet initialized. + 2012-01-01 Kaz Kylheku <kaz@kylheku.com> Make C globals in TXR Lisp properly assignable, so that for instance |