From: Jim Meyering Date: Sat, 10 Dec 1994 05:45:02 +0000 (+0000) Subject: No longer include . X-Git-Tag: textutils-1_12_1~404 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33c44e1d1bebc7770edef2eecff6e5d2be777b4e;p=thirdparty%2Fcoreutils.git No longer include . Remove IS* macros. --- diff --git a/src/install.c b/src/install.c index 9ef65437f7..10672234f1 100644 --- a/src/install.c +++ b/src/install.c @@ -55,7 +55,6 @@ #include #include #include -#include #include #include #include @@ -65,13 +64,6 @@ #include "modechange.h" #include "makepath.h" -#if !defined (isascii) || defined (STDC_HEADERS) -#undef isascii -#define isascii(c) 1 -#endif - -#define ISDIGIT(c) (isascii (c) && isdigit (c)) - #ifdef _POSIX_VERSION #include #else