Changeset 13091 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Mar 2, 2006, 2:10:54 AM (19 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSImmediate.cpp
r13054 r13091 20 20 */ 21 21 22 #include "config.h" 22 23 #include "JSImmediate.h" 23 24 #include "kxmlcore/Assertions.h" -
trunk/JavaScriptCore/kjs/identifier.cpp
r13089 r13091 19 19 * 20 20 */ 21 22 #include "config.h" 23 #include "identifier.h" 21 24 22 25 // For JavaScriptCore we need to avoid having static constructors. … … 28 31 #if !PLATFORM(WIN_OS) // can't get this to compile on Visual C++ yet 29 32 #define AVOID_STATIC_CONSTRUCTORS 1 33 #else 34 #define AVOID_STATIC_CONSTRUCTORS 0 30 35 #endif 31 36 … … 33 38 #define KJS_IDENTIFIER_HIDE_GLOBALS 1 34 39 #endif 35 36 #include "config.h"37 #include "identifier.h"38 40 39 41 #include <kxmlcore/FastMalloc.h>
Note:
See TracChangeset
for help on using the changeset viewer.