]> git.saurik.com Git - apple/libc.git/blobdiff - internat/NXIsGraph.c
Libc-594.9.1.tar.gz
[apple/libc.git] / internat / NXIsGraph.c
index b65594d8cb7966332a79ac78e38a2ba67d4f5fba..af5c690e02b67a48ff713c45e2b05e26e55c98f8 100644 (file)
@@ -32,7 +32,7 @@ int NXIsGraph(c)
 {
        FIXSIGNEDCHAR(c);
        if (c < 256)
-               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_P|_U|_L|_D)));
+               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_P|_CTYPE_U|_CTYPE_L|_CTYPE_D)));
        return 1;
                /* NOTE: for 3.0, everything > 256 is probably Kanji, so say is graphic */
 }