aboutsummaryrefslogtreecommitdiff
path: root/build/parser
diff options
context:
space:
mode:
Diffstat (limited to 'build/parser')
-rw-r--r--build/parser5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/parser b/build/parser
index 6e0be34..4375b27 100644
--- a/build/parser
+++ b/build/parser
@@ -51,12 +51,13 @@ namespace build
names (token& t, token_type& tt)
{
names_type ns;
- names (t, tt, ns, nullptr, nullptr);
+ names (t, tt, ns, 0, nullptr, nullptr);
return ns;
}
void
- names (token&, token_type&, names_type&,
+ names (token&, token_type&,
+ names_type&, std::size_t pair,
const path* dir, const std::string* type);
// Utilities.