mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
* _scm.h: #include "print.h" here, since it seems to be used just
about everywhere. * eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c, strports.c, unif.h: Don't #include "print.h".
This commit is contained in:
parent
b20b27776f
commit
ddef832786
9 changed files with 1 additions and 9 deletions
|
@ -49,6 +49,7 @@
|
||||||
/* Include headers for those files central to the implementation. The
|
/* Include headers for those files central to the implementation. The
|
||||||
rest should be explicitly #included in the C files themselves. */
|
rest should be explicitly #included in the C files themselves. */
|
||||||
#include "error.h" /* Everyone signals errors. */
|
#include "error.h" /* Everyone signals errors. */
|
||||||
|
#include "print.h" /* Everyone needs to print. */
|
||||||
#include "pairs.h" /* Everyone conses. */
|
#include "pairs.h" /* Everyone conses. */
|
||||||
#include "list.h" /* Everyone makes lists. */
|
#include "list.h" /* Everyone makes lists. */
|
||||||
#include "gc.h" /* Everyone allocates. */
|
#include "gc.h" /* Everyone allocates. */
|
||||||
|
|
|
@ -68,7 +68,6 @@
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
#ifdef DEBUG_EXTENSIONS
|
#ifdef DEBUG_EXTENSIONS
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
#include "tag.h"
|
#include "tag.h"
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
#include "read.h"
|
#include "read.h"
|
||||||
#include "print.h"
|
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
#include "libguile/print.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct scm_smobfuns
|
typedef struct scm_smobfuns
|
||||||
|
@ -68,7 +67,6 @@ extern scm_smobfuns *scm_smobs;
|
||||||
/* Everyone who uses smobs needs to print. */
|
/* Everyone who uses smobs needs to print. */
|
||||||
#include "libguile/ports.h"
|
#include "libguile/ports.h"
|
||||||
#include "libguile/genio.h"
|
#include "libguile/genio.h"
|
||||||
#include "libguile/print.h"
|
|
||||||
|
|
||||||
/* ... and they all need to GC. */
|
/* ... and they all need to GC. */
|
||||||
#include "libguile/markers.h"
|
#include "libguile/markers.h"
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "weaks.h"
|
#include "weaks.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
#include "srcprop.h"
|
#include "srcprop.h"
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
|
|
||||||
|
|
||||||
#include "libguile/__scm.h"
|
#include "libguile/__scm.h"
|
||||||
#include "print.h"
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct scm_array
|
typedef struct scm_array
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue