blob: 6d2f18d5b15617d73f2bc27a324a7e1b81968571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- guile-1.6.7/libguile/guile.c 2002-12-07 22:41:32.000000000 +0000
+++ guile-1.6.7.az/libguile/guile.c 2005-04-24 15:43:21.000000000 +0000
@@ -88,7 +88,7 @@
{
#ifdef DYNAMIC_LINKING
/* libtool automagically inserts this variable into your executable... */
- extern const scm_lt_dlsymlist lt_preloaded_symbols[];
+ extern const scm_lt_dlsymlist *lt_preloaded_symbols;
scm_lt_dlpreload_default (lt_preloaded_symbols);
#endif
scm_boot_guile (argc, argv, inner_main, 0);
|