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