Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-19 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by Darin Adler. Remove HAVE(STRING_H) guard from JavaScriptCore https://bugs.webkit.org/show_bug.cgi?id=31668 * config.h: * runtime/UString.cpp: Canonical link: https://commits.webkit.org/42628@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51199 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
11 additions
and 4 deletions.
- +10 −0 JavaScriptCore/ChangeLog
- +0 −1 JavaScriptCore/config.h
- +1 −3 JavaScriptCore/runtime/UString.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -57,7 +57,6 @@ | ||
|
||
/* FIXME: if all platforms have these, do they really need #defines? */ | ||
#define HAVE_STDINT_H 1 | ||
|
||
#define WTF_CHANGES 1 | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters