From 0d0d9a9c56822919e9794658d31db57f8fc3e2bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2015 13:54:59 +0200 Subject: Implement two-phase initialization of modules loaded from bootstrap.build --- build/dist/module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/dist/module') diff --git a/build/dist/module b/build/dist/module index 20082ec..f2e024a 100644 --- a/build/dist/module +++ b/build/dist/module @@ -14,6 +14,9 @@ namespace build { namespace dist { + extern "C" void + dist_boot (scope&, const location&, unique_ptr&); + extern "C" bool dist_init ( scope&, scope&, const location&, unique_ptr&, bool, bool); -- cgit v1.1