diff options
Diffstat (limited to 'gcc/cccp.c')
-rw-r--r-- | gcc/cccp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c index e1320613a8f..0ee216a2c34 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -46,16 +46,6 @@ typedef unsigned char U_CHAR; # define STANDARD_INCLUDE_DIR "/usr/include" #endif -/* By default, colon separates directories in a path. */ -#ifndef PATH_SEPARATOR -# define PATH_SEPARATOR ':' -#endif - -/* By default, a slash separates directory names. */ -#ifndef DIR_SEPARATOR -# define DIR_SEPARATOR '/' -#endif - /* By default, the suffix for object files is ".o". */ #ifdef OBJECT_SUFFIX # define HAVE_OBJECT_SUFFIX |