>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