Kaydet (Commit) 43af3605 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix comment to match reality

Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac
üst d3b5bd4a
......@@ -54,9 +54,9 @@ BEGIN {
}
}
} else {
# because MSVC stupidly prints the include files on stderr, it's
# because MSVC stupidly prints errors on stdout, it's
# necessary to forward everything that isn't matched by the pattern
# so users get to see compiler errors
# so users get to see them.
if (firstline) { # ignore the line that just prints name of sourcefile
firstline = 0
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment