diff options
author | Andy Wingo <wingo@pobox.com> | 2018-06-20 13:30:49 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2018-06-20 13:30:49 +0200 |
commit | e2470e6acab93671e1d2330a2b5b51c278790c9e (patch) | |
tree | 41be06edf823ba5b440e74969aaf367ad9ba6e67 /libguile/_scm.h | |
parent | a7bcd66f6f606a740ac0098529d69d30444a68cb (diff) | |
download | guile-e2470e6acab93671e1d2330a2b5b51c278790c9e.tar.gz |
Devolve foreign.h from _scm.h
* libguile/_scm.h: Remove foreign.h.
* libguile/eq.c:
* libguile/goops.c:
* libguile/hash.c:
* libguile/init.c:
* libguile/print.c:
* libguile/vm.c: Add foreign.h.
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index e35bf2122..01c99c01b 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -36,7 +36,6 @@ /* Include headers for those files central to the implementation. The rest should be explicitly #included in the C files themselves. */ -#include "libguile/foreign.h" /* Snarfing needs the foreign data structures. */ #include "libguile/programs.h" /* ... and program.h. */ #include "libguile/strings.h" |