projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1607b16
)
comment fix
author
Nico Weber
<nicolasweber@gmx.de>
Sun, 6 May 2012 01:18:43 +0000
(18:18 -0700)
committer
Nico Weber
<nicolasweber@gmx.de>
Sun, 13 May 2012 01:23:42 +0000
(18:23 -0700)
src/parsers.cc
patch
|
blob
|
history
diff --git
a/src/parsers.cc
b/src/parsers.cc
index c3844fbb112dd6acac505a83f00f5553e9d0f4ca..bc76ba18b69c7cb1278feb9d77654781c43c5880 100644
(file)
--- a/
src/parsers.cc
+++ b/
src/parsers.cc
@@
-218,7
+218,7
@@
bool ManifestParser::ParseEdge(string* err) {
ins.push_back(in);
}
- // Add all
order-only
deps, counting how many as we go.
+ // Add all
implicit
deps, counting how many as we go.
int implicit = 0;
if (lexer_.PeekToken(Lexer::PIPE)) {
for (;;) {