* guile-ltdl.c (scm_lt_dlpreload_default): new function. Replaces
authorRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2002 21:16:12 +0000 (21:16 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2002 21:16:12 +0000 (21:16 +0000)
commit8b1da91cd5570a44763651c589944575264d9030
tree295f480151060d59808c14051f3b44a8bff818e5
parent76cf0fbd0a76415d4c3b3baa1ac0cf2f6776dcf4
* guile-ltdl.c (scm_lt_dlpreload_default): new function.  Replaces
scm_lt_dlset_preloaded_symbols which depended on global that
libtool automagically defines in binaries, not libs.  Now the call
in guile.c has to pass us that magic value.
(SCM_INSERTED_DLSYMLIST_STRUCT_DECL): used to add a struct name in
the lt_dlsymlist typedef -- we use such a crazy name so we can
remove this in the upstream diff computation.
libguile-ltdl/guile-ltdl.c