summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/patches/patch-al')
-rw-r--r--editors/abiword/patches/patch-al26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/abiword/patches/patch-al b/editors/abiword/patches/patch-al
deleted file mode 100644
index d9fad37cdf3..00000000000
--- a/editors/abiword/patches/patch-al
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-al,v 1.1 2000/12/03 04:31:50 mycroft Exp $
-
---- src/other/spell/ispell.h.orig Tue Dec 21 18:46:29 1999
-+++ src/other/spell/ispell.h Sun Dec 3 04:07:24 2000
-@@ -136,6 +136,10 @@
- #include <stdio.h>
- /* #include "ut_types.h" */
-
-+#ifndef PTRSIZE
-+#define PTRSIZE long
-+#endif
-+
- /* largest word accepted from a file by any input routine, plus one */
- #ifndef INPUTWORDLEN
- #define INPUTWORDLEN 100
-@@ -500,8 +504,8 @@
- short maxstringcharlen; /* Max strchr len supported */
- short compoundmin; /* Min lth of compound parts */
- short compoundbit; /* Flag 4 compounding roots */
-- int stringsize; /* Size of string table */
-- int lstringsize; /* Size of lang. str tbl */
-+ PTRSIZE stringsize; /* Size of string table */
-+ PTRSIZE lstringsize; /* Size of lang. str tbl */
- int tblsize; /* No. entries in hash tbl */
- int stblsize; /* No. entries in sfx tbl */
- int ptblsize; /* No. entries in pfx tbl */