From fd689eb883655dcb29e505b041cd02fac01f0bac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Aug 2015 15:11:40 +0200 Subject: Dist module/meta-operation initial implementation --- build/parser | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build/parser') diff --git a/build/parser b/build/parser index c6d275b..3374ac0 100644 --- a/build/parser +++ b/build/parser @@ -108,6 +108,11 @@ namespace build void process_default_target (token&); + // Enter buildfile as a target. + // + void + enter_buildfile (const path&); + // Lexer. // private: -- cgit v1.1