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 50e306d..0d42d73 100644 --- a/build/parser +++ b/build/parser @@ -50,6 +50,9 @@ namespace build void include (token&, token_type&); + void + load (token&, token_type&); + names_type names (token& t, token_type& tt) { |