aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/parser b/build2/test/script/parser
index f8a5f3e..b5c77fe 100644
--- a/build2/test/script/parser
+++ b/build2/test/script/parser
@@ -57,7 +57,7 @@ namespace build2
description
pre_parse_description (token&, token_type&);
- void
+ optional<description>
pre_parse_line (token&, token_type&,
optional<description>&&,
lines* = nullptr);
@@ -65,7 +65,7 @@ namespace build2
bool
parse_variable_line (token&, token_type&);
- bool
+ pair<bool, optional<description>>
parse_command_line (token&, token_type&, line_type, size_t);
command_exit