diff options
Diffstat (limited to 'build/bin/module')
-rw-r--r-- | build/bin/module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bin/module b/build/bin/module index e09e742..b87a0b0 100644 --- a/build/bin/module +++ b/build/bin/module @@ -12,8 +12,8 @@ namespace build { namespace bin { - void - init (scope&, scope&, const location&); + extern "C" void + bin_init (scope&, scope&, const location&, std::unique_ptr<module>&, bool); } } |