> Yep.  The preload is normally empty so you can probably get away with
> deleting the two lines,
> 
>   extern const scm_lt_dlsymlist lt_preloaded_symbols[];  /* Line 91 */
>   scm_lt_dlpreload_default (lt_preloaded_symbols);

I suspect I can also get away with changing the first line to

        extern const struct { } lt_preloaded_symbols[];

on the basis that an address is an address :-)






_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to