mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
Only include strings.h where it is actually needed.
This commit is contained in:
parent
f04d8caf82
commit
7ab3fdd51f
35 changed files with 44 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2000-03-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||||
|
|
||||||
|
* _scm.h: Don't include strings.h everywhere...
|
||||||
|
|
||||||
|
* backtrace.c dynl.c error.c feature.c filesys.c fports.c gc.c
|
||||||
|
gdbint.c ioext.c load.c net_db.c numbers.c objects.c options.c
|
||||||
|
ports.c posix.c print.c procs.c random.c read.c regex-posix.c
|
||||||
|
simpos.c socket.c stacks.c stime.c strop.c strports.c struct.c
|
||||||
|
symbols.c unif.c vectors.c version.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 ports.h everywhere...
|
* _scm.h: Don't include ports.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 "strings.h" /* Everyone loves string. */
|
|
||||||
#include "root.h" /* Everyone uses these objects. */
|
#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
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
#include "throw.h"
|
#include "throw.h"
|
||||||
#include "fluids.h"
|
#include "fluids.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "backtrace.h"
|
#include "backtrace.h"
|
||||||
|
|
|
@ -70,6 +70,7 @@ maybe_drag_in_eprintf ()
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "keywords.h"
|
#include "keywords.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "pairs.h"
|
#include "pairs.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "throw.h"
|
#include "throw.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
#include "iselect.h"
|
#include "iselect.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "async.h"
|
#include "async.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "gdbint.h"
|
#include "gdbint.h"
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "ioext.h"
|
#include "ioext.h"
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#include "throw.h"
|
#include "throw.h"
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
#include "dynwind.h"
|
#include "dynwind.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "load.h"
|
#include "load.h"
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
|
|
||||||
#include "keywords.h"
|
#include "keywords.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
#include "scmsigs.h"
|
#include "scmsigs.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.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 "strings.h"
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
|
||||||
#include "objects.h"
|
#include "objects.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
#include "smob.h"
|
#include "smob.h"
|
||||||
#include "numbers.h"
|
#include "numbers.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.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 "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "regex-posix.h"
|
#include "regex-posix.h"
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
|
||||||
#include "scmsigs.h"
|
#include "scmsigs.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "simpos.h"
|
#include "simpos.h"
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
#include "unif.h"
|
#include "unif.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "procprop.h"
|
#include "procprop.h"
|
||||||
#include "modules.h"
|
#include "modules.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "stacks.h"
|
#include "stacks.h"
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "feature.h"
|
#include "feature.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
|
@ -26,6 +26,7 @@ Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "strop.h"
|
#include "strop.h"
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
#include "read.h"
|
#include "read.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "strports.h"
|
#include "strports.h"
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#include "weaks.h"
|
#include "weaks.h"
|
||||||
#include "hashtab.h"
|
#include "hashtab.h"
|
||||||
#include "ports.h"
|
#include "ports.h"
|
||||||
|
#include "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "struct.h"
|
#include "struct.h"
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
#include "alist.h"
|
#include "alist.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 "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.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 "strings.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
|
|
||||||
|
|
||||||
#include "_scm.h"
|
#include "_scm.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "versiondat.h"
|
#include "versiondat.h"
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
#include "chars.h"
|
#include "chars.h"
|
||||||
#include "fports.h"
|
#include "fports.h"
|
||||||
|
#include "strings.h"
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
|
|
||||||
#include "validate.h"
|
#include "validate.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue