* symbols.c (scm_sysintern): Renamed to
authorMarius Vollmer <mvo@zagadka.de>
Sat, 18 Jan 1997 11:49:35 +0000 (11:49 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 18 Jan 1997 11:49:35 +0000 (11:49 +0000)
commit9b8d32883ea22e8daa315813f9c51aa2ff546488
tree398fb39c558a748c8031fcc85007d860693f0a67
parent80bc78903aa991a34736931a4ec96eec1fdaf47d
* symbols.c (scm_sysintern): Renamed to
scm_sysintern_no_module_lookup.
(scm_sysintern): New function to take the place of the old
scm_sysintern. It uses the current toplevel lookup closure to give
the symbol its value.  This is a temporary hack to put packages
like gtcltk into their own module.
(scm_can_use_top_level_lookup_closure_var): New variable to tell
us whether `scm_top_level_lookup_closure_var' has been initialized
and is usable.
* eval.c (scm_init_eval): Set it.
libguile/eval.c
libguile/symbols.c
libguile/symbols.h