projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e8e00
)
(jm_AC_DOS): Remove extra backslashes, now that
author
Jim Meyering
<jim@meyering.net>
Thu, 1 Mar 2001 05:33:18 +0000
(
05:33
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 1 Mar 2001 05:33:18 +0000
(
05:33
+0000)
AH_VERBATIM really does output its argument verbatim.
m4/dos.m4
patch
|
blob
|
history
diff --git
a/m4/dos.m4
b/m4/dos.m4
index 0787e5c3f84e0065df06bf68c93f1a86417f6e93..618c1f437ea960a01f06af949eb6504b785babc5 100644
(file)
--- 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])