Fixed GC initialization and static roots.
authorLudovic Courtes <ludovic.courtes@laas.fr>
Tue, 4 Apr 2006 21:27:48 +0000 (21:27 +0000)
committerLudovic Courtès <ludo@gnu.org>
Thu, 4 Sep 2008 22:46:46 +0000 (00:46 +0200)
commita82e7953257db9d70cd2f05d0d7cbc98153bd10f
tree042f5fab6bec7dc9c51a82ed005ab408683df6a8
parentc5018a2bbb4e48c57072b6d9bba35197a7c589fa
Fixed GC initialization and static roots.

* libguile/gc.c (scm_storage_prehistory): Call `GC_INIT ()'.  Invoke
  `GC_add_roots ()' as well.
  (scm_init_gc): Removed call to `GC_init ()'.

git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-6
libguile/gc.c