Ignore:
Timestamp:
Jan 23, 2009, 12:37:44 PM (16 years ago)
Author:
[email protected]
Message:

2009-01-23 Anders Carlsson <[email protected]>

  • Configurations/Base.xcconfig: GCC 4.0 build fix.


  • runtime/JSNumberCell.h: 64-bit build fix.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSNumberCell.h

    r40169 r40174  
    3636    extern const double Inf;
    3737
     38    JSValuePtr jsNumberCell(ExecState*, double);
     39
    3840#if !USE(ALTERNATE_JSIMMEDIATE)
    3941
     
    4648    struct ClassInfo;
    4749    struct Instruction;
    48 
    49     JSValuePtr jsNumberCell(ExecState*, double);
    5050
    5151    class JSNumberCell : public JSCell {
Note: See TracChangeset for help on using the changeset viewer.