X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdos.m4;h=618c1f437ea960a01f06af949eb6504b785babc5;hb=f71e0eda3f943b862c13ffa0c1b13995f8d1fb2c;hp=0787e5c3f84e0065df06bf68c93f1a86417f6e93;hpb=b254656f5bbfc73fc8fcaa24186cb2f302ea3278;p=gnulib.git 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])