[RFA/RFC] Remove check of ctype.h include in safe-ctype.h?

Ian Lance Taylor iant@google.com
Thu Jul 10 21:59:00 GMT 2008


"Aaron W. LaFramboise" <aaronavay62@aaronwl.com> writes:

> ../../svn/gcc/ada/adaint.c: In function `__gnat_is_absolute_path':
> ../../svn/gcc/ada/adaint.c:1645: error: `do_not_use_isalpha_with_safe_ctype' undeclared (first use in this function)
> ../../svn/gcc/ada/adaint.c:1645: error: (Each undeclared identifier is reported only once
> ../../svn/gcc/ada/adaint.c:1645: error: for each function it appears in.)

This is a correct error.  That line in adaint.c should use ISALPHA,
not isalpha.

Ian



More information about the Gcc-patches mailing list