Also make sure to define DIR_SEPARATOR if it wasn't previously defined.
authorJeff Law <law@gcc.gnu.org>
Tue, 26 Oct 1999 06:59:43 +0000 (00:59 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 26 Oct 1999 06:59:43 +0000 (00:59 -0600)
From-SVN: r30186

gcc/collect2.c

index 9138bcd658390946ab2bad98a6a031f3c919212b..fbd59648c936b506c1911d0bafea0dba0b174977 100644 (file)
@@ -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