diff options
-rw-r--r-- | gcc/collect2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 9138bcd..fbd5964 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */ #include "intl.h" #ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' # define IS_DIR_SEPARATOR(ch) ((ch) == '/') #else /* DIR_SEPARATOR */ # ifndef DIR_SEPARATOR_2 |