Ignore:
Timestamp:
Oct 3, 2008, 3:29:23 PM (17 years ago)
Author:
Darin Adler
Message:

2008-10-03 Darin Adler <Darin Adler>

  • VM/CTI.cpp: Another Windows build fix. Change the args of ctiTrampoline.
  • kjs/JSNumberCell.h: A build fix for newer versions of gcc. Added declarations of JSGlobalData overloads of jsNumberCell.
File:
1 edited

Legend:

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

    r37257 r37264  
    108108    extern const double Inf;
    109109
     110    JSValue* jsNumberCell(JSGlobalData*, double);
     111    JSValue* jsNaN(JSGlobalData*);
    110112    JSValue* jsNumberCell(ExecState*, double);
    111113    JSValue* jsNaN(ExecState*);
Note: See TracChangeset for help on using the changeset viewer.