diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-28 11:53:57 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-28 11:53:57 +0100 |
commit | 87fc4596e54d69559ce27868dd1a604ea322a6b1 (patch) | |
tree | 60b9f821b54c492ebd746ae5d99a6363f99c5e1e /libguile/vm.c | |
parent | 35164d84e093ddf9e463fb72cc355c68a4ee92c9 (diff) | |
download | guile-87fc4596e54d69559ce27868dd1a604ea322a6b1.tar.gz |
Remove private-gc.h
* libguile/simpos.c (scm_getenv_int): Move here, from gc.c.
* libguile/private-gc.h: Remove, unused.
* libguile/simpos.h: Move scm_getenv_int declaration here.
* libguile/vm.c:
* libguile/gc.c: Adapt scm_getenv_int users.
* libguile/gc-malloc.c:
* libguile/load.c:
* libguile/script.c: Remove private-gc includes from non-users of
scm_getenv_int.
* libguile/Makefile.am: Adapt.
Diffstat (limited to 'libguile/vm.c')
-rw-r--r-- | libguile/vm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/vm.c b/libguile/vm.c index f9441ad20..5a6958900 100644 --- a/libguile/vm.c +++ b/libguile/vm.c @@ -42,11 +42,10 @@ #include "instructions.h" #include "loader.h" #include "programs.h" +#include "simpos.h" #include "vm.h" #include "vm-builtins.h" -#include "private-gc.h" /* scm_getenv_int */ - static int vm_default_engine = SCM_VM_REGULAR_ENGINE; /* Unfortunately we can't snarf these: snarfed things are only loaded up from |