From a94dcda7f00b10cb22b5f2138b1c29bcfbe7de37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Mar 2015 08:53:06 +0200 Subject: Make meta-operations control build loop; add disfigure skeleton --- build/module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/module') diff --git a/build/module b/build/module index 81595d3..6a7a8a7 100644 --- a/build/module +++ b/build/module @@ -13,8 +13,8 @@ namespace build class scope; class location; - using module_load_function = void (scope& root, scope& base, const location&); - using module_map = std::unordered_map; + using module_init_function = void (scope& root, scope& base, const location&); + using module_map = std::unordered_map; extern module_map modules; } -- cgit v1.1