Changeset 13089 in webkit for trunk/JavaScriptCore/kxmlcore/Assertions.h
- Timestamp:
- Mar 2, 2006, 1:12:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/Assertions.h
r13034 r13089 36 36 // Defining any of the symbols explicitly prevents this from having any effect. 37 37 38 #if !__APPLE__39 #define ASSERT_DISABLED 1 // FIXME: We have to undo all the assert macros, since they are currently in a .mm file and use obj-c.40 #else41 38 #ifdef NDEBUG 42 39 #define ASSERTIONS_DISABLED_DEFAULT 1 43 40 #else 44 41 #define ASSERTIONS_DISABLED_DEFAULT 0 45 #endif46 42 #endif 47 43 … … 66 62 #endif 67 63 68 #if def __GNUC__64 #if COMPILER(GCC) 69 65 #define KXMLCORE_PRETTY_FUNCTION __PRETTY_FUNCTION__ 70 66 #else
Note:
See TracChangeset
for help on using the changeset viewer.