From 71dec1fe08fd40b599028fbbafb39e0661aeafff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Nov 2016 15:13:26 +0200 Subject: Add process_path.{recall,effect} build2 functions --- build2/function.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/function.cxx') diff --git a/build2/function.cxx b/build2/function.cxx index 2f2db51..720a5c2 100644 --- a/build2/function.cxx +++ b/build2/function.cxx @@ -302,14 +302,15 @@ namespace build2 // function_map functions; - void - path_functions (); // functions-path.cxx + void path_functions (); // functions-path.cxx + void process_path_functions (); // functions-process-path.cxx struct functions_init { functions_init () { path_functions (); + process_path_functions (); } }; -- cgit v1.1