aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell-devel] Found while doing Win32 port


From: Gary Setter
Subject: [aspell-devel] Found while doing Win32 port
Date: Wed, 20 Oct 2004 15:49:31 -0500

Hi,
Currently I'm trying to understand the filter feature of aspell
0.60. I tried to put some debug code in to understand what
happend to the filters I configured.
I found this in string_list.hpp

  class StringList : public MutableContainer {
 <some stuff here>
    unsigned int size() const { abort(); return 0; }
  };

Is there any reason for this?

Thanks,
Gary





reply via email to

[Prev in Thread] Current Thread [Next in Thread]