diff options
-rw-r--r-- | libguile/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e0e8d88b7..91bd46a71 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-07-26 Marius Vollmer <mvo@zagadka.ping.de> + + * eval.c (scm_ceval, scm_deval): Use "RETURN" macro when returning + value of a variable, not the plain "return" statement. + 2001-07-25 Marius Vollmer <mvo@zagadka.ping.de> * eval.c: Allow variables in memoized code (in addition to glocs). |