aboutsummaryrefslogtreecommitdiff
path: root/build2/function.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/function.cxx')
-rw-r--r--build2/function.cxx2
1 files changed, 2 insertions, 0 deletions
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 ();
}
};