$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 */