From 608b12276ccdec80ed3d792afa64f288f5d11573 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 26 Oct 1999 00:59:43 -0600 Subject: Also make sure to define DIR_SEPARATOR if it wasn't previously defined. From-SVN: r30186 --- gcc/collect2.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1