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 47e4c142544d6798616656d0c1ae5e1e6c4c0fdb..3cdbfbd2d9db0ca79ed4a5ea70d4a2d623e7435c 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