X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmbswidth.c;h=c6f91db971a104f138f4937ec6b70bf7e15de1a3;hb=279342da52719ba89de13f7c8b99660695b95080;hp=a2ef5b3fdaf5af14677c3cebc2199224ce69a12f;hpb=c907565811f05a2365d1bd7eaa1c2b40b6e1d4cb;p=gnulib.git diff --git a/lib/mbswidth.c b/lib/mbswidth.c index a2ef5b3fd..c6f91db97 100644 --- a/lib/mbswidth.c +++ b/lib/mbswidth.c @@ -75,7 +75,7 @@ int wcwidth (); #else # define IN_CTYPE_DOMAIN(c) isascii(c) #endif -/* Undefine to protect against the definition in wctype.h of solaris2.6. */ +/* Undefine to protect against the definition in wctype.h of Solaris 2.6. */ #undef ISPRINT #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) #undef ISCNTRL