------- Comment #2 from schwab at suse dot de 2008-06-15 09:04 ------- You should use isdigit ((unsigned char) *p). The argument of all ctype functions must be in the range of unsigned char or EOF.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36540