diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index f8a38e5..269ac66 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -72,14 +72,6 @@ extern char *update_path PARAMS ((char *, char *)); # endif #endif -#ifndef S_ISREG -#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) -#endif - -#ifndef S_ISDIR -#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) -#endif - /* By default, colon separates directories in a path. */ #ifndef PATH_SEPARATOR #define PATH_SEPARATOR ':' |