patch: ispell support


Subject: patch: ispell support
From: Hubert Figuiere (hfiguiere@teaser.fr)
Date: Thu Apr 12 2001 - 16:46:01 CDT


The enclosed patch his required to compile ispell support on MacOS X
since the last changes.

Anyone willing to commit ?

Hub

===================================================================
RCS file: /cvsroot/abi/src/other/spell/ispell_checker.cpp,v
retrieving revision 1.3
diff -c -r1.3 ispell_checker.cpp
*** spell/ispell_checker.cpp 2001/04/12 19:34:09 1.3
--- spell/ispell_checker.cpp 2001/04/12 21:44:19
***************
*** 295,301 ****
   {
         // WARNING: Brain-damaged implementation!
         // by now I just pick american.hash dictionary
! const char *hashname = "american.hash";

       if (linit(hashname) < 0)
       {
--- 295,301 ----
   {
         // WARNING: Brain-damaged implementation!
         // by now I just pick american.hash dictionary
! char *hashname = "american.hash";

       if (linit(hashname) < 0)
       {



This archive was generated by hypermail 2b25 : Thu Apr 12 2001 - 16:46:13 CDT