* defs.h (SLASH_STRING): If not defined, set

to "/", regardless of _WIN32, __CYGWIN__, or
	whatnot.
This commit is contained in:
Keith Seitz 2001-08-02 20:57:19 +00:00
parent cc6dd2c071
commit a5cedf2f04
2 changed files with 6 additions and 4 deletions

View 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

View 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