properly integrate vm bootstrapping into init.c
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jan 2010 17:50:17 +0000 (18:50 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 7 Jan 2010 22:42:41 +0000 (23:42 +0100)
commita6029b97ea84d9e9a13d71b21213b6fd0be41e87
tree5a60c3aebe8cdb826e24633a2712ea008171a609
parentf3056b42cf2ddb52cdd7de013ada33e4aa953ada
properly integrate vm bootstrapping into init.c

* libguile/Makefile.am (modinclude_HEADERS):
* libguile/vm-bootstrap.h: Remove vm-bootstrap.h.

* libguile/frames.c: No more vm-bootstrap.h.

* libguile/instructions.c (scm_init_instructions):
* libguile/objcodes.c (scm_init_objcodes):
* libguile/programs.c (scm_init_programs): No need to call
  scm_bootstrap_vm, init.c does that for us.

* libguile/vm.c (scm_bootstrap_vm): No need call e.g.
  scm_bootstrap_frames, init.c does that. Remove a twice-calling guard,
  should be unnecessary. Don't define the load-compiled subr here.

* libguile/load.c (scm_init_load): Define the load-compiled subr here.

* libguile/vm.h: Declare scm_bootstrap_vm here.

* libguile/init.c (scm_i_init_guile): Properly integrate VM
  bootstrapping into this file.
libguile/Makefile.am
libguile/frames.c
libguile/init.c
libguile/instructions.c
libguile/load.c
libguile/objcodes.c
libguile/programs.c
libguile/vm-bootstrap.h [deleted file]
libguile/vm.c
libguile/vm.h