| Index: src/interpreter-irregexp.h
|
| ===================================================================
|
| --- src/interpreter-irregexp.h (revision 825)
|
| +++ src/interpreter-irregexp.h (working copy)
|
| @@ -27,13 +27,13 @@
|
|
|
| // A simple interpreter for the Regexp2000 byte code.
|
|
|
| -#ifndef V8_INTERPRETER_RE2K_H_
|
| -#define V8_INTERPRETER_RE2K_H_
|
| +#ifndef V8_INTERPRETER_IRREGEXP_H_
|
| +#define V8_INTERPRETER_IRREGEXP_H_
|
|
|
| namespace v8 { namespace internal {
|
|
|
|
|
| -class Re2kInterpreter {
|
| +class IrregexpInterpreter {
|
| public:
|
| static bool Match(Handle<ByteArray> code,
|
| Handle<String> subject16,
|
| @@ -44,4 +44,4 @@
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_INTERPRETER_RE2K_H_
|
| +#endif // V8_INTERPRETER_IRREGEXP_H_
|
|
|
| Property changes on: src/interpreter-irregexp.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|