(scm_eval_string): Use scm_primitive_eval_x instead
authorMarius Vollmer <mvo@zagadka.de>
Sat, 2 Jun 2001 18:34:48 +0000 (18:34 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 2 Jun 2001 18:34:48 +0000 (18:34 +0000)
commit96e83482fba579979c8ff896d69ad3e72b5dd63a
tree40d0716c9a793762554e29ca6452aafaa2a66c60
parentc0017a49a5e790d604060b44809c4b2c71a881cd
(scm_eval_string): Use scm_primitive_eval_x instead
of scm_eval_x to allow module changes between the forms in the
string.  Set/restore module using scm_c_call_with_current_module.
libguile/strports.c