Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212723
Collapse All | Expand All

(-)guile-1.8.4/libguile/guile.c (-5 lines)
Lines 66-76 Link Here
66
int
66
int
67
main (int argc, char **argv)
67
main (int argc, char **argv)
68
{
68
{
69
#if !defined (__MINGW32__)
70
  /* libtool automagically inserts this variable into your executable... */
71
  extern const lt_dlsymlist lt_preloaded_symbols[];
72
  lt_dlpreload_default (lt_preloaded_symbols);
73
#endif
74
  scm_boot_guile (argc, argv, inner_main, 0);
69
  scm_boot_guile (argc, argv, inner_main, 0);
75
  return 0; /* never reached */
70
  return 0; /* never reached */
76
}
71
}

Return to bug 212723