From 33c44e1d1bebc7770edef2eecff6e5d2be777b4e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Dec 1994 05:45:02 +0000 Subject: [PATCH] No longer include . Remove IS* macros. --- src/install.c | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.47.3