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

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

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

revision 1.94 by mvo, Mon Aug 19 23:23:23 2002 UTC revision 1.95 by mvo, Sun Nov 17 10:35:49 2002 UTC
# Line 481  SCM_DEFINE (scm_eval_string_in_module, " Line 481  SCM_DEFINE (scm_eval_string_in_module, "
481                              FUNC_NAME);                              FUNC_NAME);
482    if (SCM_UNBNDP (module))    if (SCM_UNBNDP (module))
483      module = scm_current_module ();      module = scm_current_module ();
484      else
485        SCM_VALIDATE_MODULE (2, module);
486    return scm_c_call_with_current_module (module,    return scm_c_call_with_current_module (module,
487                                           inner_eval_string, (void *)port);                                           inner_eval_string, (void *)port);
488  }  }

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

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