changeset 3189:516816ee7acc

(jm_AC_DOS): Remove extra backslashes, now that AH_VERBATIM really does output its argument verbatim.
author Jim Meyering <jim@meyering.net>
date Thu, 01 Mar 2001 05:33:18 +0000
parents 181f2654698a
children 32204046302a
files m4/dos.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
     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])