Changeset 10465 in webkit for trunk/JavaScriptCore/kjs/identifier.cpp
- Timestamp:
- Sep 4, 2005, 2:38:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.cpp
r10457 r10465 26 26 // runs at init time. 27 27 28 #if !WIN32 // Visual C++ can't handle placement new, it seems.28 #if !WIN32 // can't get this to compile on Visual C++ yet 29 29 #define AVOID_STATIC_CONSTRUCTORS 1 30 30 #endif … … 38 38 #include "fast_malloc.h" 39 39 #include <string.h> // for strlen 40 #include <new> // for placement new 40 41 41 42 #define DUMP_STATISTICS 0
Note:
See TracChangeset
for help on using the changeset viewer.