commit | 76ff98375f92f73aab6ad0d51dc5fe9d9e6528d1 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Thu Jun 18 17:11:22 2015 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Fri Jun 19 12:49:19 2015 +0900 |
tree | 82f0a28f91d21ade9578f67e6800af42267ac126 | |
parent | eafd0524d02f24a8b677b9f4debd124f4f9e05a9 [diff] [blame] |
[C++] Fix assign_in_parens.mk
diff --git a/strutil.h b/strutil.h index 2be0aef..d7c3785 100644 --- a/strutil.h +++ b/strutil.h
@@ -100,6 +100,6 @@ void AbsPath(StringPiece s, string* o); size_t FindOutsideParen(StringPiece s, char c); -size_t FindColonOrEqualOutsideParen(StringPiece s); +size_t FindTwoOutsideParen(StringPiece s, char c1, char c2); #endif // STRUTIL_H_