]> git.saurik.com Git - apple/libc.git/blobdiff - internat/NXIsPunct.c
Libc-594.9.1.tar.gz
[apple/libc.git] / internat / NXIsPunct.c
index af650d6ac9d24420d4527d9bd4aec6cf38486a53..67206b7101917c28a089a1b011eeafc7747a803b 100644 (file)
@@ -32,6 +32,6 @@ int NXIsPunct(c)
 {
        FIXSIGNEDCHAR(c);
        if (c < 256)
-               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_P)));
+               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_P)));
        return 0;
 }