From: Jim Meyering Date: Mon, 31 Jan 2000 08:42:45 +0000 (+0000) Subject: fix typo. sheesh X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0fcee865d3b7d9799651456088c19677bfb9f1c;p=pspp 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