summaryrefslogtreecommitdiff
path: root/lib/quotearg.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-31 08:42:45 +0000
committerJim Meyering <jim@meyering.net>2000-01-31 08:42:45 +0000
commit70ac08368abd763cd1b61c35a3fa391d22886315 (patch)
tree2c7cf05530b031dda534babe9897fdbec57c7023 /lib/quotearg.c
parent26310e4984d9367bf67d78278c483b20cf72f39d (diff)
downloadcoreutils-70ac08368abd763cd1b61c35a3fa391d22886315.tar.xz
fix typo. sheesh
Diffstat (limited to 'lib/quotearg.c')
-rw-r--r--lib/quotearg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index 47e4c1425..3cdbfbd2d 100644
--- 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 ISASCII
+#undef ISPRINT
#define ISPRINT(c) (ISASCII (c) && isprint (c))
struct quoting_options