From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/function.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/function.cxx') diff --git a/build2/function.cxx b/build2/function.cxx index f1e0fdd..44bda57 100644 --- a/build2/function.cxx +++ b/build2/function.cxx @@ -375,6 +375,7 @@ namespace build2 void regex_functions (); // functions-regex.cxx void string_functions (); // functions-string.cxx void target_triplet_functions (); // functions-target-triplet.cxx + void project_name_functions (); // functions-target-triplet.cxx struct functions_init { @@ -389,6 +390,7 @@ namespace build2 regex_functions (); string_functions (); target_triplet_functions (); + project_name_functions (); } }; -- cgit v1.1