mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Move gsubr.h include to snarf.h
* libguile/_scm.h: * libguile/snarf.h: Move gsubr.h include here, from _scm.h.
This commit is contained in:
parent
2b95d6faa4
commit
b6462876e9
2 changed files with 1 additions and 1 deletions
|
@ -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/gsubr.h" /* Everyone defines global functions. */
|
||||
#include "libguile/procs.h" /* Same. */
|
||||
#include "libguile/numbers.h" /* Everyone deals with fixnums. */
|
||||
#include "libguile/symbols.h" /* For length, chars, values, miscellany. */
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
|
||||
#include <libguile/gc.h>
|
||||
#include <libguile/gsubr.h>
|
||||
|
||||
/* Macros for snarfing initialization actions from C source. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue