Changeset 12304 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 22, 2006, 11:01:37 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12302 r12304 1 2006-01-23 George Staikos <[email protected]> 2 3 Reviewed by Maciej. 4 5 * kxmlcore/Assertions.h: This file only works with __APPLE__ right now 6 1 7 2006-01-23 George Staikos <[email protected]> 2 8 -
trunk/JavaScriptCore/kxmlcore/Assertions.h
r11962 r12304 36 36 // Defining any of the symbols explicitly prevents this from having any effect. 37 37 38 #if def WIN3238 #if !__APPLE__ 39 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 40 #else
Note:
See TracChangeset
for help on using the changeset viewer.