diff lib/quotearg.c @ 2237:5fc41d889f78

fix typo. sheesh
author Jim Meyering <jim@meyering.net>
date Mon, 31 Jan 2000 08:42:45 +0000 (2000-01-31)
parents c4a8e51bfd93
children 8ed5c871e719
line wrap: on
line diff
--- 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