Changeset 41946 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 24, 2009, 12:52:34 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r41931 r41946 1 2009-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 1 12 2009-03-23 Oliver Hunt <[email protected]> 2 13 -
trunk/JavaScriptCore/wtf/Platform.h
r41909 r41946 348 348 349 349 #define HAVE_ERRNO_H 1 350 #define HAVE_LANGINFO_H 1 350 351 #define HAVE_MMAP 1 351 352 #define HAVE_MERGESORT 1
Note:
See TracChangeset
for help on using the changeset viewer.