aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/token.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-18 12:06:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-05-18 12:06:16 +0300
commitdfb1415d5eaf006ee45235f275d17f52d3db38e5 (patch)
treebc617819ce3ecee2687252b82c9fb664d76b630b /libbuild2/script/token.hxx
parent96908ec43ed27d9f34da27b6a94a6db357465056 (diff)
Add dump(ostream,script::lines) (partial implementation)build-script
Diffstat (limited to 'libbuild2/script/token.hxx')
-rw-r--r--libbuild2/script/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/token.hxx b/libbuild2/script/token.hxx
index 0630e46..a2ccaee 100644
--- a/libbuild2/script/token.hxx
+++ b/libbuild2/script/token.hxx
@@ -49,7 +49,7 @@ namespace build2
};
void
- token_printer (ostream&, const token&, bool);
+ token_printer (ostream&, const token&, print_mode);
}
}