Ignore:
Timestamp:
Jun 30, 2006, 10:02:23 PM (19 years ago)
Author:
darin
Message:

Reviewed and tweaked by Darin.

  • Compile fixes for wx port / gcc 4.0.2
  • kjs/array_object.cpp: Added missing headers.
  • kjs/ExecState.h: gcc needs class prototypes before defining those classes as friend classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/ExecState.h

    r15118 r15125  
    3131    class Context;
    3232    class Interpreter;
     33   
     34    class Interpreter;
     35    class FunctionImp;
     36    class RuntimeMethodImp;
     37    class GlobalFuncImp;
    3338   
    3439  /**
Note: See TracChangeset for help on using the changeset viewer.