summaryrefslogtreecommitdiff
path: root/m4/dos.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-01 05:33:18 +0000
committerJim Meyering <jim@meyering.net>2001-03-01 05:33:18 +0000
commitf5cf8b603917763e9b40e49f77e8c17aad999c81 (patch)
treea34d783dc91f9029869e1dfcc02e344c1957866b /m4/dos.m4
parent675a66a029650bc6ab6c7374159def132a007243 (diff)
downloadcoreutils-f5cf8b603917763e9b40e49f77e8c17aad999c81.tar.xz
(jm_AC_DOS): Remove extra backslashes, now that
AH_VERBATIM really does output its argument verbatim.
Diffstat (limited to 'm4/dos.m4')
-rw-r--r--m4/dos.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/dos.m4 b/m4/dos.m4
index 0787e5c3f..618c1f437 100644
--- a/m4/dos.m4
+++ b/m4/dos.m4
@@ -1,4 +1,4 @@
-# serial 2
+# serial 3
# Define some macros required for proper operation of code in lib/*.c
# on MSDOS/Windows systems.
@@ -28,7 +28,7 @@ else
AH_VERBATIM(ISSLASH,
[#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
-# define ISSLASH(C) ((C) == '/' || (C) == '\\\\')
+# define ISSLASH(C) ((C) == '/' || (C) == '\\')
#else
# define ISSLASH(C) ((C) == '/')
#endif])