diff options
-rw-r--r-- | lib/quotearg.c | 2 |
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 |