Preparation for more GOOPS refactorings
authorAndy Wingo <wingo@pobox.com>
Wed, 24 Dec 2014 16:29:45 +0000 (11:29 -0500)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:15:59 +0000 (16:15 +0100)
commit82ab50900aa182cba4731a09a9e15d1978e4888e
treeb38460be5f68237d45cca98db7a13a12c144b585
parent6ab19396539d9f4dffed0fc80c754e3e61bdc08c
Preparation for more GOOPS refactorings

* libguile/goops.c (scm_sys_goops_early_init)
  (scm_init_goops_builtins): Factor out some initialization to a
  separate helper.  This will be the base for moving more things from C
  to Scheme in the future.

* module/oop/goops.scm: Call %goops-early-init.
libguile/goops.c
module/oop/goops.scm