X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..6dccf0e0b5e80b7b6176e8d332e646175431bb3d:/locale/lconv.c diff --git a/locale/lconv.c b/locale/lconv.c index f8b429d..66dd0af 100644 --- a/locale/lconv.c +++ b/locale/lconv.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 @@ -55,7 +53,6 @@ * SUCH DAMAGE. */ -#ifdef __APPLE_PR_3333969_HACK__ /* * 3333969: SPSS links directly to __lconv, which is gone in Panther. * So we resurrect the __lconv symbol, which points to data that never @@ -99,5 +96,3 @@ static struct lconv C_lconv = { * Current locale conversion. */ struct lconv *__lconv = &C_lconv; - -#endif // __APPLE_PR_3333969_HACK__