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

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

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

revision 1.43 by hanwen, Tue Dec 10 13:26:25 2002 UTC revision 1.44 by mdj, Tue Dec 10 16:07:30 2002 UTC
# Line 187  static SCM module_export_x_var; Line 187  static SCM module_export_x_var;
187  static SCM  static SCM
188  scm_export (SCM module, SCM namelist)  scm_export (SCM module, SCM namelist)
189  {  {
190    scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),    return scm_call_2 (SCM_VARIABLE_REF (module_export_x_var),
191                module, namelist);                       module, namelist);
192  }  }
193    
194    

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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