changeset 2237:5fc41d889f78

fix typo. sheesh
author Jim Meyering <jim@meyering.net>
date Mon, 31 Jan 2000 08:42:45 +0000
parents a52f718d5b7f
children f0278ccf199d
files lib/quotearg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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