From 6dbf4954a67efa284ae9abceb3b02c8642b79a49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Mar 2017 12:49:29 +0200 Subject: Implement dir/type-aware name group crossing --- build2/parser | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build2/parser') diff --git a/build2/parser b/build2/parser index 91d574b..0855e89 100644 --- a/build2/parser +++ b/build2/parser @@ -285,7 +285,8 @@ namespace build2 size_t pairn = 0, const optional& prj = nullopt, const dir_path* dir = nullptr, - const string* type = nullptr); + const string* type = nullptr, + bool cross = true); size_t parse_names_trailer (token&, token_type&, @@ -296,7 +297,8 @@ namespace build2 size_t pairn, const optional& prj, const dir_path* dir, - const string* type); + const string* type, + bool cross); size_t expand_name_pattern (const location&, -- cgit v1.1