projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3306eb8
)
Also make sure to define DIR_SEPARATOR if it wasn't previously defined.
author
Jeff Law
<law@gcc.gnu.org>
Tue, 26 Oct 1999 06:59:43 +0000
(
00:59
-0600)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 26 Oct 1999 06:59:43 +0000
(
00:59
-0600)
From-SVN: r30186
gcc/collect2.c
patch
|
blob
|
history
diff --git
a/gcc/collect2.c
b/gcc/collect2.c
index 9138bcd658390946ab2bad98a6a031f3c919212b..fbd59648c936b506c1911d0bafea0dba0b174977 100644
(file)
--- 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