mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
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.
This commit is contained in:
parent
35164d84e0
commit
87fc4596e5
9 changed files with 22 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue