From: Jim Meyering Date: Mon, 31 Jan 2000 08:42:45 +0000 (+0000) Subject: fix typo. sheesh X-Git-Tag: SH-UTILS-2_0f~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70ac08368abd763cd1b61c35a3fa391d22886315;p=thirdparty%2Fcoreutils.git fix typo. sheesh --- diff --git a/lib/quotearg.c b/lib/quotearg.c index 47e4c14254..3cdbfbd2d9 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