blob: 2168683ad5534886fcd2f2fe2ffd7ffc1ef83df3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#
--- guile-1.6.4/libguile/guile.c~gcc4
+++ guile-1.6.4/libguile/guile.c
@@ -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);
|