(module-ensure-local-variable!): Renamed from
authorMarius Vollmer <mvo@zagadka.de>
Mon, 4 Jun 2001 22:14:16 +0000 (22:14 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 4 Jun 2001 22:14:16 +0000 (22:14 +0000)
commit89d06712d9b277b000282c2e40573558013966c0
treeb97a15443ad4f90521635a98630809e8ac09d520
parent9a7d04c37c04264348271773309a1415cfbcf2fd
(module-ensure-local-variable!): Renamed from
`module-ensure-variable!'.  Make sure that there really is a local
variable, not just a visible one.
(module-ensure-variable!): See above.
(module-export!): Behave like always when deprecated features are
enabled, but issue a warning when re-exporting a variable.  When
deprecated features are disabled, only export local variables,
creating them uninitialized when they don't yet exist.
(module-re-export!): New.  Use this for re-exporting imported
variables.
(re-export): New, to go with `module-re-export!'.

(named-module-use!, top-repl): Use resolve-interface
instead of resolve-module to get at the used module.
ice-9/boot-9.scm