Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: itohy
Date: Wed Oct 7 08:15:31 UTC 1998
Modified Files:
src/gnu/dist/gas/config: tc-m68k.c
src/gnu/usr.bin/gas/config: tc-m68k.c
Log Message:
ctype(3) functions do NOT take value of "char", but "unsigned char" plus EOF
(this is the same range as the return value of getc(3)).
Reference: ISO/IEC 9899:1990 7.3 Character handling <ctype.h>
Fixed illegal usage of NULL.
Home |
Main Index |
Thread Index |
Old Index