diff options
Diffstat (limited to 'gcc/prefix.c')
-rw-r--r-- | gcc/prefix.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/prefix.c b/gcc/prefix.c index 687d559949c..9d7bd612b0a 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -82,17 +82,6 @@ static char *lookup_key PROTO((char *)); static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; #endif -#ifndef DIR_SEPARATOR -# define IS_DIR_SEPARATOR(ch) ((ch) == '/') -#else /* DIR_SEPARATOR */ -# ifndef DIR_SEPARATOR_2 -# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) -# else /* DIR_SEPARATOR && DIR_SEPARATOR_2 */ -# define IS_DIR_SEPARATOR(ch) \ - (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) -# endif /* DIR_SEPARATOR && DIR_SEPARATOR_2 */ -#endif /* DIR_SEPARATOR */ - /* Given KEY, as above, return its value. */ static const char * |