Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: src/bytecodes-irregexp.h

Issue 11600: * Rename to Irregexp throughout.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/regexp2000/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/bytecodes-irregexp.h
===================================================================
--- src/bytecodes-irregexp.h (revision 825)
+++ src/bytecodes-irregexp.h (working copy)
@@ -26,8 +26,8 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_BYTECODES_RE2K_H_
-#define V8_BYTECODES_RE2K_H_
+#ifndef V8_BYTECODES_IRREGEXP_H_
+#define V8_BYTECODES_IRREGEXP_H_
namespace v8 { namespace internal {
@@ -75,4 +75,4 @@
#undef DECLARE_BYTECODE_LENGTH
} }
-#endif // V8_BYTECODES_IA32_H_
+#endif // V8_BYTECODES_IRREGEXP_H_
Property changes on: src/bytecodes-irregexp.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « src/assembler-re2k-inl.h ('k') | src/bytecodes-re2k.h » ('j') | src/runtime.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698