Changeset 37406 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 7, 2008, 9:56:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37386 r37406 135 135 136 136 #if ENABLE(CTI) 137 #if COMPILER(MSVC)138 #define SFX_CALL __cdecl139 #else140 #define SFX_CALL141 #endif142 137 143 138 static void SFX_CALL cti_timeout_check(CTI_ARGS);
Note:
See TracChangeset
for help on using the changeset viewer.