From f0fcee865d3b7d9799651456088c19677bfb9f1c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 31 Jan 2000 08:42:45 +0000 Subject: [PATCH] fix typo. sheesh --- lib/quotearg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2