aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/token.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-18 12:06:16 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commitef5969da26c9c89533a7b480f365739aa37472ff (patch)
tree455beb2e612c895407ac7d3ee540785a7f640a52 /libbuild2/test/script/token.hxx
parente1c923e1c5cc07d21669cc2452b780a321df1bec (diff)
Add dump(ostream,script::lines) (partial implementation)
Diffstat (limited to 'libbuild2/test/script/token.hxx')
-rw-r--r--libbuild2/test/script/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/script/token.hxx b/libbuild2/test/script/token.hxx
index 5bb2319..dead796 100644
--- a/libbuild2/test/script/token.hxx
+++ b/libbuild2/test/script/token.hxx
@@ -37,7 +37,7 @@ namespace build2
};
void
- token_printer (ostream&, const token&, bool);
+ token_printer (ostream&, const token&, print_mode);
}
}
}