diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-04 23:01:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-05 17:35:24 +0300 |
commit | fb56fc798110c8ee9685bec156b21f1f87aca121 (patch) | |
tree | c92a0d7d764794b1af63227bb8b9e89d036dbb72 /libbuild2/script/script.hxx | |
parent | e4a9ccadf751b88f5508ce9f890484bae33d1aaf (diff) |
Add depdb buildscript builtin
Diffstat (limited to 'libbuild2/script/script.hxx')
-rw-r--r-- | libbuild2/script/script.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/script/script.hxx b/libbuild2/script/script.hxx index 891b2f6..31527a0 100644 --- a/libbuild2/script/script.hxx +++ b/libbuild2/script/script.hxx @@ -57,6 +57,12 @@ namespace build2 void dump (ostream&, const string& ind, const lines&); + // As above but print a single line and without the trailing newline token + // by default. + // + void + dump (ostream&, const line&, bool newline = false); + // Parse object model. // |