Changeset 44633 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 12, 2009, 3:41:49 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-12 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=26191
Remove xmath include in MathExtras.h, because it is not needed and also
breaks VS2008 builds with TR1 turned on.

  • wtf/MathExtras.h: Removed xmath include.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r44627 r44633  
     12009-06-12  Dimitri Glazkov  <[email protected]>
     2
     3        Reviewed by Eric Seidel.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=26191
     6        Remove xmath include in MathExtras.h, because it is not needed and also
     7        breaks VS2008 builds with TR1 turned on.
     8
     9        * wtf/MathExtras.h: Removed xmath include.
     10
    1112009-06-12  Peter Kasting  <[email protected]>
    212
  • trunk/JavaScriptCore/wtf/MathExtras.h

    r39337 r44633  
    4242#if PLATFORM(WIN_CE)
    4343#include <stdlib.h>
    44 #else
    45 #include <xmath.h>
    4644#endif
    4745#include <limits>
Note: See TracChangeset for help on using the changeset viewer.