Changeset 14124 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Apr 28, 2006, 11:15:27 PM (19 years ago)
Author:
sfalken
Message:

2006-04-28 Steve Falkenburg <[email protected]>

Reviewed by kdecker


Actually apply the change that was reviewed insted of checking it in with an #if 0 (oops).

  • kjs/testkjs.cpp: (main): Suppress C runtime alerts
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r14122 r14124  
     12006-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
    1102006-04-28  Steve Falkenburg  <[email protected]>
    211
  • trunk/JavaScriptCore/kjs/testkjs.cpp

    r14122 r14124  
    190190int main(int argc, char** argv)
    191191{
    192 #if 0
    193192#if defined(_DEBUG) && PLATFORM(WIN_OS)
    194193    _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
     
    198197    _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);
    199198    _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE);
    200 #endif
    201199#endif
    202200
Note: See TracChangeset for help on using the changeset viewer.