OSDN Git Service

* defs.h (SLASH_STRING): If not defined, set
authorkseitz <kseitz>
Thu, 2 Aug 2001 20:57:18 +0000 (20:57 +0000)
committerkseitz <kseitz>
Thu, 2 Aug 2001 20:57:18 +0000 (20:57 +0000)
to "/", regardless of _WIN32, __CYGWIN__, or
whatnot.

gdb/ChangeLog
gdb/defs.h

index e6c92b4..da71983 100644 (file)
@@ -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
index d3470e9..7d717c7 100644 (file)
@@ -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