mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 1994-1998, 2000-2011 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1994-1998, 2000-2011, 2013 Free Software Foundation, Inc.
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public License
|
||||
* as published by the Free Software Foundation; either version 3 of
|
||||
|
@ -33,7 +33,6 @@
|
|||
#include "libguile/eval.h"
|
||||
#include "libguile/feature.h"
|
||||
#include "libguile/load.h"
|
||||
#include "libguile/private-gc.h" /* scm_getenv_int */
|
||||
#include "libguile/read.h"
|
||||
#include "libguile/script.h"
|
||||
#include "libguile/strings.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue