more boot cleanup
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Dec 2009 10:43:20 +0000 (11:43 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Dec 2009 10:44:09 +0000 (11:44 +0100)
commit562cd1b8f87dfb099c9cca5dfa4846367e6c9ca3
tree8a135c215bc7bf1787840357ff8297fb54d9118f
parentf39448c5a3804f823e367d97cd5e862b016cb8aa
more boot cleanup

* libguile/bytevectors.c (scm_bootstrap_bytevectors): Remove a call to
  scm_gc_protect_object.

* libguile/gc.h:
* libguile/gc.c (scm_init_gc_protect_object): Rename from
  scm_init_storage, and just return void. Make the GC boot procs have
  internal linkage.

* libguile/init.c: Adapt to the name change.
libguile/bytevectors.c
libguile/gc.c
libguile/gc.h
libguile/init.c