summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ae
blob: 55a35f389ab8a2b37d30ac0dc98a893d93a4a526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.4 2001/05/24 04:28:20 jlam Exp $

--- src/other/spell/ispell.h.orig	Sat Mar 24 20:30:02 2001
+++ src/other/spell/ispell.h
@@ -517,8 +517,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 */