diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-27 15:11:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-27 15:11:40 +0200 |
commit | fd689eb883655dcb29e505b041cd02fac01f0bac (patch) | |
tree | 0d85ec32d95a1c96eaa7eff28734b900c44dd3ca /build/parser | |
parent | 7f2d06258d57e39940e8fa959336da0ea66fe37f (diff) |
Dist module/meta-operation initial implementation
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 5 |
1 files changed, 5 insertions, 0 deletions
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: |