/[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.11 by mvo, Sat Apr 5 19:10:23 2003 UTC revision 1.12 by dirk, Sun Apr 20 07:19:38 2003 UTC
# Line 83  load_extension (SCM lib, SCM init) Line 83  load_extension (SCM lib, SCM init)
83          }          }
84    }    }
85    
 #if defined (DYNAMIC_LINKING)  
86    /* Dynamically link the library. */    /* Dynamically link the library. */
   
87    scm_dynamic_call (init, scm_dynamic_link (lib));    scm_dynamic_call (init, scm_dynamic_link (lib));
 #endif  
88  }  }
89    
90  void  void

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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