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