Index: src/regexp-macro-assembler.h |
=================================================================== |
--- src/regexp-macro-assembler.h (revision 4367) |
+++ src/regexp-macro-assembler.h (working copy) |
@@ -161,7 +161,7 @@ |
}; |
-#ifdef V8_NATIVE_REGEXP // Avoid compiling unused code. |
+#ifndef V8_INTERPRETED_REGEXP // Avoid compiling unused code. |
class NativeRegExpMacroAssembler: public RegExpMacroAssembler { |
public: |
@@ -221,7 +221,7 @@ |
int* output); |
}; |
-#endif // V8_NATIVE_REGEXP |
+#endif // V8_INTERPRETED_REGEXP |
} } // namespace v8::internal |