2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

use BOOST_PYTHON_MODULE_INIT, update getting_started2 for better documentation

[SVN r9472]
This commit is contained in:
Dave Abrahams
2001-03-07 03:53:14 +00:00
parent 00cea4ff83
commit 98b31ed073
6 changed files with 38 additions and 37 deletions

View File

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