Changeset 41946 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 24, 2009, 12:52:34 PM (16 years ago)
Author:
[email protected]
Message:

Reviewed by Darin Adler.

Explicitly define HAVE_LANGINFO_H on Darwin. Fixes the wx build bot jscore
test failure.

https://bugs.webkit.org/show_bug.cgi?id=24780

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r41931 r41946  
     12009-03-24  Kevin Ollivier  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4       
     5        Explicitly define HAVE_LANGINFO_H on Darwin. Fixes the wx build bot jscore
     6        test failure.
     7       
     8        https://bugs.webkit.org/show_bug.cgi?id=24780
     9
     10        * wtf/Platform.h:
     11
    1122009-03-23  Oliver Hunt  <[email protected]>
    213
  • trunk/JavaScriptCore/wtf/Platform.h

    r41909 r41946  
    348348
    349349#define HAVE_ERRNO_H 1
     350#define HAVE_LANGINFO_H 1
    350351#define HAVE_MMAP 1
    351352#define HAVE_MERGESORT 1
Note: See TracChangeset for help on using the changeset viewer.