Commit 7ec3e5af authored by barraclough@apple.com's avatar barraclough@apple.com

2009-04-23 Gavin Barraclough <barraclough@apple.com>

        Not Reviewed.

        Speculative Windows build fix.

        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
        * runtime/RegExp.cpp:



git-svn-id: svn://svn.chromium.org/blink/trunk@42804 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4d79549e
2009-04-23 Gavin Barraclough <barraclough@apple.com>
Not Reviewed.
Speculative Windows build fix.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* runtime/RegExp.cpp:
2009-04-23 Gavin Barraclough <barraclough@apple.com>
Rubber stamped by salty sea dogs Sam & Geoff.
......@@ -1396,6 +1396,42 @@
>
</File>
</Filter>
<Filter
Name="yarr"
>
<File
RelativePath="..\..\yarr\RegexCompiler.cpp"
>
</File>
<File
RelativePath="..\..\yarr\RegexCompiler.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexJIT.cpp"
>
</File>
<File
RelativePath="..\..\yarr\RegexJIT.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexInterpreter.cpp"
>
</File>
<File
RelativePath="..\..\yarr\RegexInterpreter.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexPattern.h"
>
</File>
<File
RelativePath="..\..\yarr\RegexParser.h"
>
</File>
</Filter>
<Filter
Name="jit"
>
......
......@@ -30,11 +30,11 @@
#if ENABLE(YARR)
#include "RegexCompiler.h"
#include "yarr/RegexCompiler.h"
#if ENABLE(YARR_JIT)
#include "RegexJIT.h"
#include "yarr/RegexJIT.h"
#else
#include "RegexInterpreter.h"
#include "yarr/RegexInterpreter.h"
#endif
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment