commit | 415a9b1b3aa75238c9893ea5f117c0877ecc8329 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Sun Jul 05 14:33:02 2015 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Sun Jul 05 14:33:02 2015 +0900 |
tree | 6d886f3e746d844a0824ee07e03c436e07e4e8b9 | |
parent | 631a9f83ffa25074612d53c8b32c771401264f2d [diff] [blame] |
[C++] Fix err_semicolon_in_output.mk
diff --git a/strutil.h b/strutil.h index b0ea67b..848fc42 100644 --- a/strutil.h +++ b/strutil.h
@@ -121,6 +121,7 @@ size_t FindOutsideParen(StringPiece s, char c); size_t FindTwoOutsideParen(StringPiece s, char c1, char c2); +size_t FindThreeOutsideParen(StringPiece s, char c1, char c2, char c3); size_t FindEndOfLine(StringPiece s, size_t e, size_t* lf_cnt);