Use GC's accessors rather than its global variables.
authorLudovic Courtès <ludo@gnu.org>
Fri, 19 Sep 2008 08:25:04 +0000 (10:25 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 19 Sep 2008 08:25:04 +0000 (10:25 +0200)
commit21c097e0ed0fb2e934c3a1b112c018e6cbe51e43
tree1c3f5b77aa8c7d412d09b05d1852b4e9d2a2556a
parent72e6b60838ee9cfb80b6a5c24531c8b924d703db
Use GC's accessors rather than its global variables.

* libguile/gc.c (scm_storage_prehistory): Use `GC_set_free_space_divisor ()'
  instead of accessing the global variable directly.
libguile/gc.c