From bd7c73b8f9fb405521cfdc81ee78ec7892a585ea Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 7 Apr 2003 16:27:09 +0000 Subject: [w3m-dev 03856] * backend.c entity.c fm.h hash.c indep.c indep.h matrix.c textlist.c: s/"gc.h"// From: Fumitoshi UKAI --- ChangeLog | 8 +++++++- backend.c | 4 ++-- entity.c | 4 ++-- fm.h | 4 ++-- hash.c | 4 ++-- indep.c | 4 ++-- indep.h | 4 ++-- matrix.c | 4 ++-- textlist.c | 4 ++-- 9 files changed, 23 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ca1606..069583c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-08 Fumitoshi UKAI + + * [w3m-dev 03856] + * backend.c entity.c fm.h hash.c indep.c indep.h matrix.c + textlist.c: s/"gc.h"// + 2003-04-08 ABE Yuji * [w3m-dev 03849] fix no INET6 @@ -7679,4 +7685,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.814 2003/04/07 15:26:10 ukai Exp $ +$Id: ChangeLog,v 1.815 2003/04/07 16:27:09 ukai Exp $ diff --git a/backend.c b/backend.c index d7ee898..7aeb75b 100644 --- a/backend.c +++ b/backend.c @@ -1,9 +1,9 @@ -/* $Id: backend.c,v 1.11 2003/01/23 18:37:20 ukai Exp $ */ +/* $Id: backend.c,v 1.12 2003/04/07 16:27:09 ukai Exp $ */ #include #include #include #include "fm.h" -#include "gc.h" +#include #include "terms.h" diff --git a/entity.c b/entity.c index c6abfc5..58e33ec 100644 --- a/entity.c +++ b/entity.c @@ -1,9 +1,9 @@ -/* $Id: entity.c,v 1.3 2001/11/24 02:01:26 ukai Exp $ */ +/* $Id: entity.c,v 1.4 2003/04/07 16:27:10 ukai Exp $ */ #include "fm.h" #include #include "indep.h" #include "Str.h" -#include "gc.h" +#include typedef struct { short ucs; diff --git a/fm.h b/fm.h index 4e6d2f6..2544a2d 100644 --- a/fm.h +++ b/fm.h @@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.114 2003/04/06 16:27:54 ukai Exp $ */ +/* $Id: fm.h,v 1.115 2003/04/07 16:27:10 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -36,7 +36,7 @@ #include "ctrlcode.h" #include "html.h" -#include "gc.h" +#include #include "Str.h" #include "form.h" #include "frame.h" diff --git a/hash.c b/hash.c index c5b5e24..82629fa 100644 --- a/hash.c +++ b/hash.c @@ -1,7 +1,7 @@ -/* $Id: hash.c,v 1.4 2001/12/10 17:02:44 ukai Exp $ */ +/* $Id: hash.c,v 1.5 2003/04/07 16:27:10 ukai Exp $ */ #include #include "hash.h" -#include "gc.h" +#include static unsigned int hashfunc(char *s) diff --git a/indep.c b/indep.c index b25c41d..c057aca 100644 --- a/indep.c +++ b/indep.c @@ -1,4 +1,4 @@ -/* $Id: indep.c,v 1.32 2003/02/05 16:45:08 ukai Exp $ */ +/* $Id: indep.c,v 1.33 2003/04/07 16:27:10 ukai Exp $ */ #include "fm.h" #include #include @@ -7,7 +7,7 @@ #include #include "indep.h" #include "Str.h" -#include "gc.h" +#include #include "myctype.h" #include "entity.h" diff --git a/indep.h b/indep.h index 10b838a..b44fb1a 100644 --- a/indep.h +++ b/indep.h @@ -1,7 +1,7 @@ -/* $Id: indep.h,v 1.13 2003/02/05 16:43:57 ukai Exp $ */ +/* $Id: indep.h,v 1.14 2003/04/07 16:27:10 ukai Exp $ */ #ifndef INDEP_H #define INDEP_H -#include "gc.h" +#include #include "Str.h" #include "config.h" diff --git a/matrix.c b/matrix.c index 92f8f2b..64fd0ad 100644 --- a/matrix.c +++ b/matrix.c @@ -1,4 +1,4 @@ -/* $Id: matrix.c,v 1.7 2002/07/18 14:59:02 ukai Exp $ */ +/* $Id: matrix.c,v 1.8 2003/04/07 16:27:10 ukai Exp $ */ /* * matrix.h, matrix.c: Liner equation solver using LU decomposition. * @@ -34,7 +34,7 @@ #include "config.h" #include "matrix.h" -#include "gc.h" +#include /* * Macros from "fm.h". diff --git a/textlist.c b/textlist.c index 20a3aa7..fda46eb 100644 --- a/textlist.c +++ b/textlist.c @@ -1,8 +1,8 @@ -/* $Id: textlist.c,v 1.5 2002/09/24 16:35:02 ukai Exp $ */ +/* $Id: textlist.c,v 1.6 2003/04/07 16:27:11 ukai Exp $ */ #include "textlist.h" #include "indep.h" #include "Str.h" -#include "gc.h" +#include /* General doubly linked list */ -- cgit v1.2.3