Changeset 11773 in webkit for trunk/JavaScriptCore/JavaScriptCorePrefix.h
- Timestamp:
- Dec 27, 2005, 1:24:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCorePrefix.h
r10701 r11773 1 #ifdef __cplusplus 2 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) 3 #define delete ("if you use new/delete make sure to include config.h at the top of the file"()) 4 #endif 5 1 6 #ifdef __cplusplus 2 7 #define NULL __null … … 4 9 #define NULL ((void *)0) 5 10 #endif 11 12 #include "config.h" 6 13 7 14 #include <assert.h> … … 41 48 #include <typeinfo> 42 49 43 #ifdef __cplusplus44 #define new ("if you use new/delete make sure to include config.h at the top of the file"())45 #define delete ("if you use new/delete make sure to include config.h at the top of the file"())46 50 #endif 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.