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

Unified Diff: regexp2000/src/flag-definitions.h

Issue 11271: Building on regexp-ia32. (Closed)
Patch Set: Made it compile correctly. 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: regexp2000/src/flag-definitions.h
diff --git a/regexp2000/src/flag-definitions.h b/regexp2000/src/flag-definitions.h
index 68057380553e4da802d4e7ed64bab2e979d9e688..bb6a3b4c72d63d3c9370381b15893afc8396ed74 100644
--- a/regexp2000/src/flag-definitions.h
+++ b/regexp2000/src/flag-definitions.h
@@ -291,6 +291,7 @@ DEFINE_bool(collect_heap_spill_statistics, false,
DEFINE_bool(trace_regexps, false, "trace regexp execution")
DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode executon")
+DEFINE_bool(re2k_native, false, "use native code regexp implementation")
//
// Logging and profiling only flags

Powered by Google App Engine
This is Rietveld 408576698