(SLASH_STRING): Remove unised definitions.
* config/i386/xm-cygwin.h: Likewise.
+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''.
#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
#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 ';'