]>
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>
29 #define new ("if you use new/delete make sure to include config.h at the top of the file"())
30 #define delete ("if you use new/delete make sure to include config.h at the top of the file"())
33 /* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */