From a64b2ae2099346471ead988d5f2d383d55a9bf89 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Feb 2017 13:42:23 +0300 Subject: Add set builtin --- build2/parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/parser') diff --git a/build2/parser b/build2/parser index e589948..df2797b 100644 --- a/build2/parser +++ b/build2/parser @@ -108,7 +108,7 @@ namespace build2 apply_value_attributes (const variable*, // Optional. value& lhs, value&& rhs, - token_type kind); + token_type assign_kind); // Return the value pack (values can be NULL/typed). Note that for an // empty eval context ('()' potentially with whitespaces in between) the -- cgit v1.1