X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..511daa4c8e95ca3a9f4a918942d9350855df1da0:/internat/NXIsPunct.c diff --git a/internat/NXIsPunct.c b/internat/NXIsPunct.c index 85667d1..67206b7 100644 --- a/internat/NXIsPunct.c +++ b/internat/NXIsPunct.c @@ -3,8 +3,6 @@ * * @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 @@ -34,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; }