2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Now using BOOST_PYTHON_MODULE_INIT.

[SVN r9617]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-21 01:09:17 +00:00
parent 1c454c4116
commit 82edce6450
2 changed files with 2 additions and 6 deletions

View File

@@ -16,9 +16,7 @@ namespace { // Avoid cluttering the global namespace.
}
}
extern "C"
DL_EXPORT(void)
initnoncopyable_import()
BOOST_PYTHON_MODULE_INIT(noncopyable_import)
{
try
{