Bug 808278 - Unable to Build with VS2008SP1/VC9 since Bug 740015 (Update Yarr to WebKit rev 130234). r=dmandelin

This commit is contained in:
Philip Chee 2012-11-03 17:24:51 +08:00
parent 8b298f4026
commit dc6d76e6b8
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
#include "TypeTraits.h"
#include <limits>
#include <stdint.h>
#include "mozilla/StandardInteger.h"
#ifdef _MSC_VER
# undef min

View File

@ -30,7 +30,7 @@
namespace JSC { namespace Yarr {
#include <stddef.h>
#include <stdint.h>
#include "mozilla/StandardInteger.h"
uint16_t ucs2CharacterSet0[] = { 0x01c4u, 0x01c5u, 0x01c6u, 0 };
uint16_t ucs2CharacterSet1[] = { 0x01c7u, 0x01c8u, 0x01c9u, 0 };

View File

@ -26,7 +26,7 @@
#ifndef YarrCanonicalizeUCS2_H
#define YarrCanonicalizeUCS2_H
#include <stdint.h>
#include "mozilla/StandardInteger.h"
#include "wtfbridge.h"
#include "assembler/wtf/Assertions.h"

View File

@ -180,7 +180,7 @@ print('#include "assembler/wtf/Assertions.h"');
print();
print("namespace JSC { namespace Yarr {");
print();
print("#include <stdint.h>");
print('#include "mozilla/StandardInteger.h"');
print();
for (i in characterSetInfo) {