On Thu, 18 Jan 2001, Kevin Atkinson wrote:

> Change 
>   static int len = 256;
> to
>   static int const len = 256;

That should be 

  static const int len = 256;

--- 
Kevin Atkinson
kevina at users sourceforge net
http://metalab.unc.edu/kevina/


_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/aspell-user

Reply via email to