mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Move subr internals off to internal header file
* libguile/gsubr-internal.h: New file. * libguile/Makefile.am: Add to build. * libguile/gsubr.h: Remove internal-only definitions. * libguile/foreign.c: * libguile/goops.c: * libguile/gsubr.c: * libguile/jit.c: * libguile/programs.c: * libguile/vm.c: Include new header.
This commit is contained in:
parent
d6e59a1d3e
commit
c03071b380
9 changed files with 67 additions and 30 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "eval.h"
|
||||
#include "extensions.h"
|
||||
#include "foreign.h"
|
||||
#include "gsubr.h"
|
||||
#include "gsubr-internal.h"
|
||||
#include "hashtab.h"
|
||||
#include "keywords.h"
|
||||
#include "macros.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue