* defs.h (SLASH_STRING): If not defined, set
to "/", regardless of _WIN32, __CYGWIN__, or whatnot.
This commit is contained in:
parent
cc6dd2c071
commit
a5cedf2f04
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
2001-08-02 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* cli/cli-decode.h: Include "gdb_regex.h" instead of
|
* cli/cli-decode.h: Include "gdb_regex.h" instead of
|
||||||
|
|
|
@ -1338,12 +1338,8 @@ extern int use_windows;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SLASH_STRING
|
#ifndef SLASH_STRING
|
||||||
#ifdef _WIN32
|
|
||||||
#define SLASH_STRING "\\"
|
|
||||||
#else
|
|
||||||
#define SLASH_STRING "/"
|
#define SLASH_STRING "/"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __MSDOS__
|
#ifdef __MSDOS__
|
||||||
# define CANT_FORK
|
# define CANT_FORK
|
||||||
|
|
Loading…
Reference in a new issue