X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/51631861ddb16afcfcf748cee26c14481549065e..511daa4c8e95ca3a9f4a918942d9350855df1da0:/internat/NXIsPunct.c diff --git a/internat/NXIsPunct.c b/internat/NXIsPunct.c index af650d6..67206b7 100644 --- a/internat/NXIsPunct.c +++ b/internat/NXIsPunct.c @@ -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; }