Subject: Re: isxxx() and toupper() usage changes
To: David Laight <david@l8s.co.uk>
From: SODA Noriyuki <soda@sra.co.jp>
List: tech-userlevel
Date: 10/28/2004 15:51:53
>Fixes problems found by gcc when the splurious (int) cast is removed
>from the #defines in ctype.h

How about actually removing the (int) cast from ctype.h?
I believe doing the cast is just wrong, because it only suppress
warnings and doesn't fix real problem.
--
soda