* strports.h (scm_c_eval_string_in_module,
authorMarius Vollmer <mvo@zagadka.de>
Tue, 13 Aug 2002 20:54:12 +0000 (20:54 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 13 Aug 2002 20:54:12 +0000 (20:54 +0000)
commit209b52fecdd298f175171513f97510f19c513e0f
treed588bb0036d56fbbedcab90b936fcbdfd981dcfc
parent28ab77254e3bf35036e03ec05294ff8f6a17569b
* strports.h (scm_c_eval_string_in_module,
scm_eval_string_in_module): New prototypes.
* strports.c (scm_eval_string_in_module): New, but use
"eval-string" as the Scheme name and make second parameter
optional.
(scm_eval_string): Implement using scm_eval_string_in_module.
(scm_c_eval_string_in_module): New.
Thanks to Ralf Mattes for the suggestion!
libguile/strports.c
libguile/strports.h