X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/1bc9727363b949b2507a83df7bb7cdb58e99f633..8ca704e1d77f5328769c66e7f562f0d947165d71:/CFStringScanner.c diff --git a/CFStringScanner.c b/CFStringScanner.c index 4de445c..7852c7f 100644 --- a/CFStringScanner.c +++ b/CFStringScanner.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Apple Inc. All rights reserved. + * Copyright (c) 2011 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -22,7 +22,7 @@ */ /* CFStringScanner.c - Copyright (c) 1999-2009, Apple Inc. All rights reserved. + Copyright (c) 1999-2011, Apple Inc. All rights reserved. Responsibility: Ali Ozer */ @@ -227,7 +227,7 @@ __private_extern__ Boolean __CFStringScanDouble(CFStringInlineBuffer *buf, CFTyp return true; } } -#endif 0 +#endif // 0 // Get characters until one not in __CFNumberSet[] is encountered while ((ch < 128) && (__CFNumberSet[ch >> 3] & (1 << (ch & 7)))) { if (numChars >= capacity - 1) {