projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6dd2c
)
* defs.h (SLASH_STRING): If not defined, set
author
Keith Seitz
<keiths@redhat.com>
Thu, 2 Aug 2001 20:57:19 +0000
(20:57 +0000)
committer
Keith Seitz
<keiths@redhat.com>
Thu, 2 Aug 2001 20:57:19 +0000
(20:57 +0000)
to "/", regardless of _WIN32, __CYGWIN__, or
whatnot.
gdb/ChangeLog
patch
|
blob
|
history
gdb/defs.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e6c92b4c3d17a97e5cf3c37f4afa6e593e901b2f..da71983d4222acebf6d413ccf2e92e9ff8b5eb4e 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,9
@@
+2001-08-02 Keith Seitz <keiths@redhat.com>
+
+ * defs.h (SLASH_STRING): If not defined, set
+ to "/", regardless of _WIN32, __CYGWIN__, or
+ whatnot.
+
2001-08-02 Mark Kettenis <kettenis@gnu.org>
* cli/cli-decode.h: Include "gdb_regex.h" instead of
diff --git
a/gdb/defs.h
b/gdb/defs.h
index d3470e9c428c2ed925565bdcb4312606262c5c9a..7d717c7b0314e49cf9f90923068820ca1b915960 100644
(file)
--- a/
gdb/defs.h
+++ b/
gdb/defs.h
@@
-1338,12
+1338,8
@@
extern int use_windows;
#endif
#ifndef SLASH_STRING
-#ifdef _WIN32
-#define SLASH_STRING "\\"
-#else
#define SLASH_STRING "/"
#endif
-#endif
#ifdef __MSDOS__
# define CANT_FORK