1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-07-25 22:01:50 +00:00
parent a130e9829b
commit dd29a16921

View file

@ -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).