Ignore:
Timestamp:
Jan 6, 2006, 2:43:44 PM (19 years ago)
Author:
hyatt
Message:

Land all the changes to make JSCore build again on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.cpp

    r11637 r11918  
    308308#endif
    309309
    310 #if APPLE_CHANGES
    311310static bool printExceptions = false;
    312311
     
    321320}
    322321
    323 
     322#if __APPLE__
    324323void *Interpreter::createLanguageInstanceForValue(ExecState *exec, int language, JSObject *value, const Bindings::RootObject *origin, const Bindings::RootObject *current)
    325324{
Note: See TracChangeset for help on using the changeset viewer.