(module-ensure-variable!): New.
authorMarius Vollmer <mvo@zagadka.de>
Sat, 2 Jun 2001 18:33:25 +0000 (18:33 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 2 Jun 2001 18:33:25 +0000 (18:33 +0000)
commit9540368e79ea7c20c2262e78478ea95fa34819c8
treed88d1ea5e2f982ff3048f333735386f09810935a
parentaef9dd6536ebcb3bcf321e7dae47f1574acdfbb2
(module-ensure-variable!): New.
(module-export!): Use it to ensure that there is a variable to
export.  Previously, we would always create a new variable, copy
the value over, and export the new variable.  This confused
syncase since it keys important properties on variables.
ice-9/boot-9.scm