Changeset 11284 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Nov 22, 2005, 9:41:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r11213 r11284 34 34 #include <kxmlcore/SharedPtr.h> 35 35 36 #if __APPLE__37 #define KJS_MULTIPLE_THREADS 138 #endif39 40 36 #define I18N_NOOP(s) s 41 37 … … 254 250 255 251 void initGlobalObject(); 256 static void lock();257 static void unlock();258 static int lockCount();259 252 260 253 void mark();
Note:
See TracChangeset
for help on using the changeset viewer.