aspell-user
[Top][All Lists]
Advanced

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

Re: [aspell] Crossplatform coding..


From: Kevin Atkinson
Subject: Re: [aspell] Crossplatform coding..
Date: Thu, 18 Jan 2001 23:56:17 -0500 (EST)

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/




reply via email to

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