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/test/module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/test/module') diff --git a/build/test/module b/build/test/module index 25bb2f2..83c6d60 100644 --- a/build/test/module +++ b/build/test/module @@ -12,6 +12,9 @@ namespace build { namespace test { + extern "C" void + test_boot (scope&, const location&, unique_ptr&); + extern "C" bool test_init ( scope&, scope&, const location&, unique_ptr&, bool, bool); -- cgit v1.1