From owner-cvs-include Sat Oct 8 10:36:57 1994 Return-Path: cvs-include-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id KAA17520 for cvs-include-outgoing; Sat, 8 Oct 1994 10:36:57 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id KAA17506; Sat, 8 Oct 1994 10:36:47 -0700 Date: Sat, 8 Oct 1994 10:36:47 -0700 From: "Andrew A. Chernov" Message-Id: <199410081736.KAA17506@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include ctype.h Sender: cvs-include-owner@FreeBSD.org Precedence: bulk ache 94/10/08 10:36:46 Modified: include ctype.h Log: Handle EOF case in all macros by ANSI standard. Cast all ints < 0 to (unsigned char) to fix common problem with sign extention on signed char.