diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 533853c..7289338 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1622,7 +1622,7 @@ namespace build2 }); source (is, - path ("<stdout>"), + path ("<stdout>"), // @@ PATH_NAME TODO l, false /* enter */, false /* default_target */); @@ -5382,7 +5382,7 @@ namespace build2 // normally: perform(update($identity(foo/ bar/))). // buildspec parser:: - parse_buildspec (istream& is, const path& name) + parse_buildspec (istream& is, const path& name) // @@ PATH_NAME TODO { path_ = &name; |