Loading...
locale/lconv.c Libc-1725.40.4 Libc-320
--- Libc/Libc-1725.40.4/locale/lconv.c
+++ Libc/Libc-320/locale/lconv.c
@@ -2,6 +2,8 @@
  * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
  *
  * @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
@@ -53,6 +55,7 @@
  * 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
@@ -96,3 +99,5 @@
  * Current locale conversion.
  */
 struct lconv *__lconv = &C_lconv;
+
+#endif //  __APPLE_PR_3333969_HACK__