* 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__