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/parser6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/script/parser b/build2/test/script/parser
index fdfbe11..da82df2 100644
--- a/build2/test/script/parser
+++ b/build2/test/script/parser
@@ -99,10 +99,10 @@ namespace build2
{
size_t expr; // Index in command_expr.
size_t pipe; // Index in command_pipe.
- size_t redir; // Redirect (0 - in, 1 - out, 2 - err).
-
+ int fd; // Redirect fd (0 - in, 1 - out, 2 - err).
string end;
- bool no_newline;
+ bool literal; // Literal (single-quote).
+ bool no_newline; // No final newline.
};
using here_docs = vector<here_doc>;