* config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)

(SLASH_STRING): Remove unised definitions.
	* config/i386/xm-cygwin.h: Likewise.
This commit is contained in:
Eli Zaretskii
2001-06-13 09:08:05 +00:00
parent 24f931295e
commit 4ac40b292f
3 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,9 @@
2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
* config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
(SLASH_STRING): Remove unised definitions.
* config/i386/xm-cygwin.h: Likewise.
2001-06-12 Andrew Cagney <ac131313@redhat.com>
* ui-out.c (ui_out_list_begin): Add parameter ``id''.

View File

@ -24,11 +24,6 @@
#define GDBINIT_FILENAME "gdb.ini"
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
#define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':'))
#define SLASH_CHAR '/'
#define SLASH_STRING "/"
/* Define this if source files use \r\n rather than just \n. */
#define CRLF_SOURCE_FILES

View File

@ -24,13 +24,6 @@
#define GDBINIT_FILENAME "gdb.ini"
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
#define ROOTED_P(X) ((SLASH_P((X)[0])) || ((X)[0] && (X)[1] ==':'))
#define SLASH_CHAR '/'
#define SLASH_STRING "/"
#define CRLF_SOURCE_FILES
#define DIRNAME_SEPARATOR ';'