projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605fd05
)
fix typo. sheesh
author
Jim Meyering
<jim@meyering.net>
Mon, 31 Jan 2000 08:42:45 +0000
(08:42 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 31 Jan 2000 08:42:45 +0000
(08:42 +0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index 47e4c142544d6798616656d0c1ae5e1e6c4c0fdb..3cdbfbd2d9db0ca79ed4a5ea70d4a2d623e7435c 100644
(file)
--- a/
lib/quotearg.c
+++ b/
lib/quotearg.c
@@
-75,7
+75,7
@@
# define ISASCII(c) isascii (c)
#endif
/* Undefine to protect against the definition in wctype.h of solaris2.6. */
-#undef IS
ASCII
+#undef IS
PRINT
#define ISPRINT(c) (ISASCII (c) && isprint (c))
struct quoting_options