/[guile]/guile/guile-core/libguile/extensions.c
ViewVC logotype

Diff of /guile/guile-core/libguile/extensions.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by ttn, Thu Mar 14 03:47:42 2002 UTC revision 1.9 by ghouston, Fri Jul 12 17:46:15 2002 UTC
# Line 103  load_extension (SCM lib, SCM init) Line 103  load_extension (SCM lib, SCM init)
103          }          }
104    }    }
105    
106    #if defined (DYNAMIC_LINKING)
107    /* Dynamically link the library. */    /* Dynamically link the library. */
108    
109    scm_dynamic_call (init, scm_dynamic_link (lib));    scm_dynamic_call (init, scm_dynamic_link (lib));
110    #endif
111  }  }
112    
113  void  void

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26