]>
git.saurik.com Git - apple/javascriptcore.git/blob - JavaScriptCorePrefix.h
4 #define NULL ((void *)0)
16 #include <sys/param.h>
18 #include <sys/timeb.h>
19 #include <sys/types.h>
28 #if defined(__APPLE__)
29 #import <AvailabilityMacros.h>
30 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
31 #define BUILDING_ON_TIGER 1
32 #elif MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
33 #define BUILDING_ON_LEOPARD 1
38 #define new ("if you use new/delete make sure to include config.h at the top of the file"())
39 #define delete ("if you use new/delete make sure to include config.h at the top of the file"())
42 /* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */