* init.c (scm_init_guile, scm_init_guile_1): New interface for
authorMarius Vollmer <mvo@zagadka.de>
Sun, 3 Sep 2000 20:23:55 +0000 (20:23 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 3 Sep 2000 20:23:55 +0000 (20:23 +0000)
commit7ad3a9782ec6d76510d0035e05f0b9f9a5f667c9
treeef4fcff0ccb0da25054ba656e16298715828625e
parentfaf6a29b1feb5bcad75121e3ec6c2b0ef51909c1
* init.c (scm_init_guile, scm_init_guile_1): New interface for
initializing Guile that does return to the caller.
(scm_boot_guile_1): Use scm_init_guile_1 to initialize Guile.
Do not establish a catch-all, this is no longer needed.
libguile/init.c