diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /Patches/os2 | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to '')
-rw-r--r-- | Patches/os2 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Patches/os2 b/Patches/os2 deleted file mode 100644 index 7067d71..0000000 --- a/Patches/os2 +++ /dev/null @@ -1,39 +0,0 @@ ---- w3m-0.1.10/XMakefile Thu Jun 8 13:26:04 2000 -+++ w3m-0.1.10-6/XMakefile Sun Jun 11 16:37:18 2000 -@@ -8,7 +8,7 @@ - LOBJS=terms.o conv.o url.o ftp.o anchor.o mimehead.o hash.o tagtable.o - LLOBJS=version.o - ALIBOBJS=Str.o indep.o regex.o textlist.o parsetag.o --ALIB=libindep.a -+ALIB=indep.a - ALLOBJS=$(OBJS) $(LOBJS) $(LLOBJS) - - TARGET=w3m$(EXT) -@@ -31,13 +31,13 @@ - $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) - - $(ALIB): $(ALIBOBJS) -- $(AR) rv $(ALIB) $(ALIBOBJS) -+ $(AR) srv $(ALIB) $(ALIBOBJS) - $(RANLIB) $(ALIB) - - $(OBJS): fm.h funcname1.h - - tagtable.c: html.h tagtable.tab mktable$(EXT) -- ./mktable 100 tagtable.tab > tagtable.c -+ mktable 100 tagtable.tab > tagtable.c - - func.o: funcname.c - keybind.o: funcname2.h ---- w3m-0.1.10/gc/os_dep.c Tue Jan 4 14:46:50 2000 -+++ w3m-0.1.10-6/gc/os_dep.c Sun Jun 11 16:37:16 2000 -@@ -732,7 +732,9 @@ - if (!(flags & OBJWRITE)) continue; - if (!(flags & OBJREAD)) continue; - if (flags & OBJINVALID) { -+#ifndef __EMX__ - GC_err_printf0("Object with invalid pages?\n"); -+#endif - continue; - } - GC_add_roots_inner(O32_BASE(seg), O32_BASE(seg)+O32_SIZE(seg), FALSE); |