* init.c (invoke_main_func): Load the startup files (boot-9.scm)
authorJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 17:40:08 +0000 (17:40 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 17:40:08 +0000 (17:40 +0000)
commit6b8d19d30233a2b4276f3ca896e481f0869f60a5
treedfb7eefb3e7d8483f883e46e1a3abd52ec428781
parent541716d15cbeb7cba986ea47d57dbae60e62e135
* init.c (invoke_main_func): Load the startup files (boot-9.scm)
from here, not from scm_compile_shell_switches (which is a pretty
dumb place to do it).
(scm_load_startup_files): New function.
(scm_ice_9_already_loaded): Variable moved to here from script.c.
* script.c (scm_compile_shell_switches): Don't load the startup
files here.
(scm_ice_9_already_loaded): Variable moved.
* init.c (scm_load_startup_files): Prototype for new function.
* gh_init.c (gh_enter): Doc fix.
libguile/gh_init.c
libguile/init.h
libguile/script.c