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

Unified Diff: src/flags.cc

Issue 19539: Irregexp: Added derived knowledge of whether we are at the start of input. (Closed)
Patch Set: Fixed lint issues. Created 11 years, 11 months 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
« no previous file with comments | « src/ast.cc ('k') | src/jsregexp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flags.cc
diff --git a/src/flags.cc b/src/flags.cc
index cb461ee0cd7515ca63133505ee349bb56c19abc5..c71b08ecda99bec0589382bf24d85a5c50d06992 100644
--- a/src/flags.cc
+++ b/src/flags.cc
@@ -438,6 +438,7 @@ int FlagList::SetFlagsFromCommandLine(int* argc,
if (FLAG_help) {
PrintHelp();
+ exit(0);
}
// parsed all flags successfully
return 0;
« no previous file with comments | « src/ast.cc ('k') | src/jsregexp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698