(module-make-local-var!): When creating a new variable, initialize it
authorMarius Vollmer <mvo@zagadka.de>
Wed, 22 Dec 2004 14:50:56 +0000 (14:50 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 22 Dec 2004 14:50:56 +0000 (14:50 +0000)
commit0c5f718b641af2b5f0d6658ff4fd366e5db77410
tree14dbf51cc1ea7f1fac5c0b5460786d84a7903109
parent6dccc950332d58ede83cca0e85a8a18f30ec5648
(module-make-local-var!): When creating a new variable, initialize it
to the value of any imported variable with the given name.  This
allows code like (define round round) to work as expected.
ice-9/boot-9.scm