Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/07/1998 01:15:31
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.