diff options
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index 24a1ac1..1e924f0 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -512,6 +512,13 @@ namespace build2 virtual lookup lookup_variable (name&& qual, string&& name, const location&); + // This function is only called during pre-parse and is the continuation + // of the similar logic in lookup_variable() above (including the fact + // that the name is empty for computed function names). + // + virtual void + lookup_function (string&& name, const location&); + // Utilities. // protected: |