mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
Removed empty file genio.h and references to it.
This commit is contained in:
parent
85dd66c830
commit
0fa27efa4a
28 changed files with 11 additions and 26 deletions
|
@ -1,3 +1,13 @@
|
|||
2000-03-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* genio.h: removed. (Only content was '/* delete me */'.)
|
||||
|
||||
* Makefile.am arbiters.c backtrace.c debug.c dynl.c dynwind.c
|
||||
error.c filesys.c fluids.c gc.c gsubr.c guardians.c keywords.c
|
||||
libguile.h mallocs.c numbers.c print.c random.c read.c root.c
|
||||
srcprop.c stackchk.c struct.c threads.c throw.c variable.c:
|
||||
Removed reference to genio.h
|
||||
|
||||
2000-03-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* gc.c, gc.h: Cleanup of the change of 2000-03-15.
|
||||
|
|
|
@ -95,7 +95,7 @@ modinclude_HEADERS = \
|
|||
__scm.h alist.h arbiters.h async.h backtrace.h boolean.h chars.h \
|
||||
continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h \
|
||||
evalext.h feature.h filesys.h fports.h gc.h gdb_interface.h \
|
||||
gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h \
|
||||
gdbint.h gsubr.h guardians.h hash.h hashtab.h init.h \
|
||||
ioext.h keywords.h kw.h lang.h list.h load.h macros.h mallocs.h \
|
||||
modules.h net_db.h numbers.h objects.h objprop.h options.h pairs.h \
|
||||
ports.h posix.h regex-posix.h print.h procprop.h procs.h random.h \
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "smob.h"
|
||||
#include "genio.h"
|
||||
|
||||
#include "validate.h"
|
||||
#include "arbiters.h"
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
|
||||
#include "stacks.h"
|
||||
#include "srcprop.h"
|
||||
#include "genio.h"
|
||||
#include "struct.h"
|
||||
#include "strports.h"
|
||||
#include "throw.h"
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
#include "eval.h"
|
||||
#include "stackchk.h"
|
||||
#include "throw.h"
|
||||
#include "genio.h"
|
||||
#include "macros.h"
|
||||
#include "smob.h"
|
||||
#include "procprop.h"
|
||||
|
|
|
@ -67,7 +67,6 @@ maybe_drag_in_eprintf ()
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "dynl.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "keywords.h"
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "eval.h"
|
||||
#include "alist.h"
|
||||
#include "fluids.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
|
||||
#include "dynwind.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
#include "_scm.h"
|
||||
#include "pairs.h"
|
||||
#include "genio.h"
|
||||
#include "throw.h"
|
||||
|
||||
#include "validate.h"
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "feature.h"
|
||||
#include "fports.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#include "_scm.h"
|
||||
#include "print.h"
|
||||
#include "smob.h"
|
||||
#include "genio.h"
|
||||
#include "dynwind.h"
|
||||
#include "fluids.h"
|
||||
#include "alist.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include "stime.h"
|
||||
#include "stackchk.h"
|
||||
#include "struct.h"
|
||||
#include "genio.h"
|
||||
#include "weaks.h"
|
||||
#include "guardians.h"
|
||||
#include "smob.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "procprop.h"
|
||||
|
||||
#include "gsubr.h"
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
#include "_scm.h"
|
||||
#include "print.h"
|
||||
#include "smob.h"
|
||||
#include "genio.h"
|
||||
|
||||
#include "validate.h"
|
||||
#include "guardians.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
|
||||
#include "validate.h"
|
||||
|
|
|
@ -78,7 +78,6 @@ extern "C" {
|
|||
#include "libguile/fports.h"
|
||||
#include "libguile/gc.h"
|
||||
#include "libguile/gdbint.h"
|
||||
#include "libguile/genio.h"
|
||||
#include "libguile/gsubr.h"
|
||||
#include "libguile/guardians.h"
|
||||
#include "libguile/hash.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
|
||||
#include "mallocs.h"
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "unif.h"
|
||||
#include "feature.h"
|
||||
#include "smob.h"
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "chars.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "eval.h"
|
||||
#include "macros.h"
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "numbers.h"
|
||||
#include "feature.h"
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "chars.h"
|
||||
#include "genio.h"
|
||||
#include "eval.h"
|
||||
#include "unif.h"
|
||||
#include "keywords.h"
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "stackchk.h"
|
||||
#include "dynwind.h"
|
||||
#include "eval.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "pairs.h"
|
||||
#include "throw.h"
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "smob.h"
|
||||
#include "genio.h"
|
||||
#include "alist.h"
|
||||
#include "debug.h"
|
||||
#include "hashtab.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
|
||||
#include "stackchk.h"
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "chars.h"
|
||||
#include "genio.h"
|
||||
#include "eval.h"
|
||||
#include "alist.h"
|
||||
#include "weaks.h"
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
#include "_scm.h"
|
||||
#include "dynwind.h"
|
||||
#include "smob.h"
|
||||
#include "genio.h"
|
||||
|
||||
#include "threads.h"
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
#include "alist.h"
|
||||
#include "eval.h"
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <stdio.h>
|
||||
#include "_scm.h"
|
||||
#include "eq.h"
|
||||
#include "genio.h"
|
||||
#include "smob.h"
|
||||
|
||||
#include "validate.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue