]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - JavaScriptCorePrefix.h
JavaScriptCore-1097.3.3.tar.gz
[apple/javascriptcore.git] / JavaScriptCorePrefix.h
index e71c8a83223ae879487600782cd1446b7d384447..21d620415f234dc18be077a3285932f4e132d650 100644 (file)
 
 #endif
 
-#if defined(__APPLE__)
-#import <AvailabilityMacros.h>
-#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
-#define BUILDING_ON_TIGER 1
-#elif MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
-#define BUILDING_ON_LEOPARD 1
-#endif
-#endif
-
 #ifdef __cplusplus
 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) 
 #define delete ("if you use new/delete make sure to include config.h at the top of the file"()) 
@@ -42,3 +33,4 @@
 /* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */
 #undef try
 #undef catch
+