]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* defs.h (SLASH_STRING): If not defined, set
authorKeith Seitz <keiths@redhat.com>
Thu, 2 Aug 2001 21:36:51 +0000 (21:36 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 2 Aug 2001 21:36:51 +0000 (21:36 +0000)
        to "/", regardless of _WIN32, __CYGWIN__, or
        whatnot.

gdb/ChangeLog
gdb/defs.h

index e2b91081d54420dea2c825d32327b2f3b905d842..809acf7695957fddd919df42101d9ffad081b5cd 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-07-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
index d535b7c015c98a4ce4f1acae662443175f056038..3fac36e2610941c9925f01650bb7ce10016edebd 100644 (file)
@@ -1396,12 +1396,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