*
* @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
* 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
* Current locale conversion.
*/
struct lconv *__lconv = &C_lconv;
-
-#endif // __APPLE_PR_3333969_HACK__