diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-07 11:12:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-07 11:12:43 +0200 |
commit | 882583f64e517ab232edb6bbb7433631c655c9da (patch) | |
tree | 3d0e8e16c20b1346cb34961c7f908b07427e9632 /libbuild2/parser.cxx | |
parent | cf18da3ac461087ccffd31222dbe4fa2e6428d56 (diff) |
Initial work on path_name use for `-` to stdin/stdout translation
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; |