From: Jim Meyering Date: Sat, 10 Dec 1994 05:45:52 +0000 (+0000) Subject: No longer include . X-Git-Tag: textutils-1_12_1~403 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abdf594b85a5e7f0704fbfe78f6c4bb499c97af0;p=thirdparty%2Fcoreutils.git No longer include . [isascii, ISDIGIT]: Remove definitions. --- diff --git a/src/chgrp.c b/src/chgrp.c index 71d0f8dec2..47b6ef3150 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include @@ -27,13 +26,6 @@ #include "version.h" #include "safe-lstat.h" -#if !defined (isascii) || defined (STDC_HEADERS) -#undef isascii -#define isascii(c) 1 -#endif - -#define ISDIGIT(c) (isascii (c) && isdigit (c)) - #ifndef _POSIX_VERSION struct group *getgrnam (); #endif