]> git.saurik.com Git - apple/libc.git/blobdiff - internat/NXIsPunct.c
Libc-594.9.1.tar.gz
[apple/libc.git] / internat / NXIsPunct.c
index 85667d12fd9faf24dc7e6503ee0c2309fb4f79af..67206b7101917c28a089a1b011eeafc7747a803b 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -34,6 +32,6 @@ int NXIsPunct(c)
 {
        FIXSIGNEDCHAR(c);
        if (c < 256)
 {
        FIXSIGNEDCHAR(c);
        if (c < 256)
-               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_P)));
+               return ((unsigned int)((_NX_CTypeTable_ + 1)[c] & (_CTYPE_P)));
        return 0;
 }
        return 0;
 }