further boot cleanups
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Dec 2009 10:50:21 +0000 (11:50 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Dec 2009 10:50:21 +0000 (11:50 +0100)
commit838aa0007073dbb9e8c91810299c47054ded52bd
treedb92f2b58cd4ab1e65ef0426bfebb2fd53644f2c
parent562cd1b8f87dfb099c9cca5dfa4846367e6c9ca3
further boot cleanups

* libguile/srfi-14.c (define_charset):
* libguile/deprecated.c (scm_create_hook): Don't bother making the
  returned objects (hooks or charsets) into permanent objects; they are
  already defined, and then the caller probably stores them away too.

* libguile/init.c (scm_i_init_guile): Add a couple annotations.
libguile/deprecated.c
libguile/init.c
libguile/srfi-14.c