diff options
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/parser b/build/parser index b5155be..0678a62 100644 --- a/build/parser +++ b/build/parser @@ -77,6 +77,9 @@ namespace build variable_name (names_type&&, const location&); names_type + eval (token&, token_type&); + + names_type names (token& t, token_type& tt) { names_type ns; |