lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Relatively mild dev13 build problems


From: T.E.Dickey
Subject: Re: lynx-dev Relatively mild dev13 build problems
Date: Sat, 30 Oct 1999 15:08:13 -0400 (EDT)

> For this, and lots of similar warnings below: 
> There's a bunch of isdigit() atc. and tolower() that should have 
> their argument cast to (unsigned char)... (or use one of the lynx 
> macros instead, like TOLOWER). 

unsigned char -- or int?  (I thought the latter was needed to appease the
compiler).  It's a nuisance (I'd rather not cast the parameter to isdigit
if it's a char).
  
>    Klaus 
>  


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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