]> sourceware.org Git - newlib-cygwin.git/commit
Trigger gcc warning if isFoo macros are called with plain char.
authorEric Blake <eblake@redhat.com>
Fri, 24 Apr 2009 12:20:07 +0000 (12:20 +0000)
committerEric Blake <eblake@redhat.com>
Fri, 24 Apr 2009 12:20:07 +0000 (12:20 +0000)
commit1335bf3c5d217473acc6b3de664076d2397c58aa
tree8e490dde302e896e80a6078c056d73cbcd594163
parent5921804481c346f032a24c19fc294cc5690e0f3b
Trigger gcc warning if isFoo macros are called with plain char.

* libc/include/ctype.h (isalpha, isupper, islower, isdigit)
(isxdigit, isspace, ispunct, isalnum, isprint, isgraph)
(iscntrl, isblank, toupper, tolower): Rewrite to let 'gcc -Wall'
warn when user calls macro with a char argument.
newlib/ChangeLog
newlib/libc/include/ctype.h
This page took 0.028773 seconds and 5 git commands to generate.