* goops.c (scm_add_method, DEFVAR): Use scm_eval instead of
authorMarius Vollmer <mvo@zagadka.de>
Thu, 22 Feb 2001 20:53:55 +0000 (20:53 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 22 Feb 2001 20:53:55 +0000 (20:53 +0000)
commit0ba8a0a583a0411cbf261f6fa076ecfdf62ce78d
tree184b65220cddf69f88b1c4335711dd4ea4ae5c92
parentf1b7a06676950dd77c6d81f205fd52f59cfac3a6
* goops.c (scm_add_method, DEFVAR): Use scm_eval instead of
scm_i_eval.
(make_class_from_template): Do not bother to set the current
module around the call to DEFVAR, scm_eval takes care of that.
(scm_init_goops): Make scm_module_goops and
scm_goops_lookup_closure permanent objects.
libguile/goops.c