diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 10:02:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 10:02:18 +0200 |
commit | 08de44303033cc5ad966f4e75a7fa4a3cb06635f (patch) | |
tree | 090b21375b91a6b7999813d17469d20d58ab6060 /libbuild2/function.hxx | |
parent | 97e00dccb4a9d3abc3c896b33560ed6aed0a1763 (diff) |
Implement updating build system modules
Diffstat (limited to 'libbuild2/function.hxx')
-rw-r--r-- | libbuild2/function.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/function.hxx b/libbuild2/function.hxx index bb3fe3a..d1de4ac 100644 --- a/libbuild2/function.hxx +++ b/libbuild2/function.hxx @@ -217,7 +217,7 @@ namespace build2 }; LIBBUILD2_SYMEXPORT void - register_builtin_functions (function_map&); + insert_builtin_functions (function_map&); class LIBBUILD2_SYMEXPORT function_family { |