fix typo. sheesh
authorJim Meyering <jim@meyering.net>
Mon, 31 Jan 2000 08:42:45 +0000 (08:42 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Jan 2000 08:42:45 +0000 (08:42 +0000)
lib/quotearg.c

index 47e4c14..3cdbfbd 100644 (file)
@@ -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