Ignore:
Timestamp:
Sep 6, 2011, 3:45:20 PM (14 years ago)
Author:
[email protected]
Message:

Fix broken PPC build due to new dtoa library
https://bugs.webkit.org/show_bug.cgi?id=67654

Patch by Mark Hahnenberg <[email protected]> on 2011-09-06
Reviewed by Dan Bernstein.

Added condition for PPC in the new dtoa compatibility check so that
building won't fail.

  • wtf/dtoa/utils.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r94599 r94607  
     12011-09-06  Mark Hahnenberg  <[email protected]>
     2
     3        Fix broken PPC build due to new dtoa library
     4        https://bugs.webkit.org/show_bug.cgi?id=67654
     5
     6        Reviewed by Dan Bernstein.
     7
     8        Added condition for PPC in the new dtoa compatibility check so that
     9        building won't fail.
     10
     11        * wtf/dtoa/utils.h:
     12
    1132011-09-05  Oliver Hunt  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.