* init.c (scm_boot_guile_1): Call scm_init_dynamic_linking to
authorMarius Vollmer <mvo@zagadka.de>
Sun, 8 Dec 1996 16:57:16 +0000 (16:57 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 8 Dec 1996 16:57:16 +0000 (16:57 +0000)
commit70122cd30d0d0810c1199e4079bf8e0d2c2a4b10
treede9ad743a516e5876e5c813f1310b2a91a43b58a
parent1edae07624597d3a545e95d2090b2137f0304e81
* init.c (scm_boot_guile_1): Call scm_init_dynamic_linking to
initialize dynamic linking support.

* init.c (scm_boot_guile_1): Moved `live' variable to the toplevel
(as we Schemers say). It needs to be global, so that I can tweak
it for the proper operation of unexec.
(scm_boot_guile_1_live): New variable, see above.
libguile/init.c