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)
       {



Reply via email to