X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/f64f9b69ce576dd194aab7eaf02a6468d2f11c53..e588f5617728fcfb77f077c81f68134781384461:/CFInternal.h diff --git a/CFInternal.h b/CFInternal.h index d85772e..aa1228a 100644 --- a/CFInternal.h +++ b/CFInternal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Apple Inc. All rights reserved. + * Copyright (c) 2010 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -345,8 +345,8 @@ const CFStringRef S = (CFStringRef) & __ ## S ## __; #define PE_CONST_STRING_DECL(S, V) \ static struct CF_CONST_STRING __ ## S ## __ = {{(uintptr_t)&__CFConstantStringClassReference, {0xc8, 0x07, 0x00, 0x00}}, (uint8_t *)(V), sizeof(V) - 1}; \ __private_extern__ const CFStringRef S = (CFStringRef) & __ ## S ## __; -#endif #endif // __BIG_ENDIAN__ +#endif // __CONSTANT_CFSTRINGS__ /* Buffer size for file pathname */