summaryrefslogtreecommitdiff
path: root/editors/abiword1/patches/patch-ae
blob: 0219b2ad0ae160dbb64299457c09c3e8b18559ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ae,v 1.1.1.1 2003/12/26 18:20:28 wiz Exp $

--- src/other/spell/xp/ispell.h.orig	Fri Mar 22 15:31:57 2002
+++ src/other/spell/xp/ispell.h
@@ -257,7 +257,7 @@
 ** character counts as two!
 */
 #ifndef MAXSTRINGCHARS
-#define MAXSTRINGCHARS 128
+#define MAXSTRINGCHARS 100
 #endif /* MAXSTRINGCHARS */
 
 /*
@@ -540,8 +540,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. string table */
     int tblsize;				/* No. entries in hash tbl */
     int stblsize;				/* No. entries in sfx tbl */
     int ptblsize;				/* No. entries in pfx tbl */