]> git.saurik.com Git - apple/libc.git/blobdiff - locale/lconv.c
Libc-1244.50.9.tar.gz
[apple/libc.git] / locale / lconv.c
index e48aa34d12f343c53ce958e712f7144fca8737da..66dd0af783ef579cfc9a0e342bcc23bf4a0e6047 100644 (file)
@@ -53,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
@@ -97,5 +96,3 @@ static struct lconv C_lconv = {
  * Current locale conversion.
  */
 struct lconv *__lconv = &C_lconv;
-
-#endif //  __APPLE_PR_3333969_HACK__