OSDN Git Service

Also make sure to define DIR_SEPARATOR if it wasn't previously defined.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 1999 06:59:43 +0000 (06:59 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Oct 1999 06:59:43 +0000 (06:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30186 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/collect2.c

index 9138bcd..fbd5964 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