Changeset 14124 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 28, 2006, 11:15:27 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r14122 r14124 1 2006-04-28 Steve Falkenburg <[email protected]> 2 3 Reviewed by kdecker 4 5 Actually apply the change that was reviewed insted of checking it in with an #if 0 (oops). 6 7 * kjs/testkjs.cpp: 8 (main): Suppress C runtime alerts 9 1 10 2006-04-28 Steve Falkenburg <[email protected]> 2 11 -
trunk/JavaScriptCore/kjs/testkjs.cpp
r14122 r14124 190 190 int main(int argc, char** argv) 191 191 { 192 #if 0193 192 #if defined(_DEBUG) && PLATFORM(WIN_OS) 194 193 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR); … … 198 197 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); 199 198 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); 200 #endif201 199 #endif 202 200
Note:
See TracChangeset
for help on using the changeset viewer.