Changeset 1371 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Jun 15, 2002, 12:59:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r1326 r1371 690 690 int Parser::sid = 0; 691 691 #ifdef APPLE_CHANGES 692 static pthread_mutex_t parserLock = {_PTHREAD_MUTEX_SIG_init, {}};692 static pthread_mutex_t parserLock = PTHREAD_MUTEX_INITIALIZER; 693 693 #endif 694 694
Note:
See TracChangeset
for help on using the changeset viewer.