mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Only include root.h where it is actually needed.
This commit is contained in:
parent
7ab3fdd51f
commit
ba11fd4cb6
32 changed files with 40 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
2000-03-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
|
* _scm.h: Don't include root.h everywhere...
|
||||||
|
|
||||||
|
* async.c continuations.c eq.c eval.c evalext.c feature.c gc.c
|
||||||
|
gdbint.c gsubr.c ioext.c keywords.c lang.c load.c macros.c
|
||||||
|
numbers.c objprop.c ports.c print.c procprop.c ramap.c read.c
|
||||||
|
srcprop.c stackchk.c stacks.c strports.c symbols.c unif.c
|
||||||
|
variable.c vectors.c vports.c: ... only include it here.
|
||||||
|
|
||||||
2000-03-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
2000-03-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
* _scm.h: Don't include strings.h everywhere...
|
* _scm.h: Don't include strings.h everywhere...
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
#include "numbers.h" /* Everyone deals with fixnums. */
|
#include "numbers.h" /* Everyone deals with fixnums. */
|
||||||
#include "symbols.h" /* For length, chars, values, miscellany. */
|
#include "symbols.h" /* For length, chars, values, miscellany. */
|
||||||
#include "boolean.h" /* Everyone wonders about the truth. */
|
#include "boolean.h" /* Everyone wonders about the truth. */
|
||||||
#include "root.h" /* Everyone uses these objects. */
|
|
||||||
#include "async.h" /* Everyone allows/disallows ints. */
|
#include "async.h" /* Everyone allows/disallows ints. */
|
||||||
#ifdef USE_THREADS
|
#ifdef USE_THREADS
|
||||||
#include "threads.h" /* The cooperative thread package does
|
#include "threads.h" /* The cooperative thread package does
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "throw.h"
|
#include "throw.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
#include "root.h"
|
||||||
#include "stackchk.h"
|
#include "stackchk.h"
|
||||||
#ifdef DEBUG_EXTENSIONS
|
#ifdef DEBUG_EXTENSIONS
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "ramap.h"
|
#include "ramap.h"
|
||||||
#include "stackchk.h"
|
#include "stackchk.h"
|
||||||
#include "strorder.h"
|
#include "strorder.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
|
@ -96,6 +96,7 @@ char *alloca ();
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
|
#include "root.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "evalext.h"
|
#include "evalext.h"
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "async.h"
|
#include "async.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "gdbint.h"
|
#include "gdbint.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
|
#include "root.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "gsubr.h"
|
#include "gsubr.h"
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
#include "root.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#include "throw.h"
|
#include "throw.h"
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
#include "dynwind.h"
|
#include "dynwind.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
|
#include "root.h"
|
||||||
#include "weaks.h"
|
#include "weaks.h"
|
||||||
|
|
||||||
#include "objprop.h"
|
#include "objprop.h"
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
|
|
||||||
#include "keywords.h"
|
#include "keywords.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
#include "struct.h"
|
#include "struct.h"
|
||||||
#include "objects.h"
|
#include "objects.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#include "procs.h"
|
#include "procs.h"
|
||||||
#include "gsubr.h"
|
#include "gsubr.h"
|
||||||
#include "objects.h"
|
#include "objects.h"
|
||||||
|
#include "root.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
#include "eq.h"
|
#include "eq.h"
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "root.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "weaks.h"
|
#include "weaks.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
|
|
||||||
#include "stackchk.h"
|
#include "stackchk.h"
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "read.h"
|
#include "read.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
#include "weaks.h"
|
#include "weaks.h"
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "strop.h"
|
#include "strop.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "eq.h"
|
#include "eq.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "eq.h"
|
#include "eq.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
|
#include "root.h"
|
||||||
#include "strings.h"
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue