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

Get Cygwin linking again

User-readable type name printing for GCC


[SVN r19236]
This commit is contained in:
Dave Abrahams
2003-07-21 02:14:58 +00:00
parent 25bfd3c50f
commit 817dcd37e0
7 changed files with 148 additions and 27 deletions

View File

@@ -47,6 +47,9 @@ BOOST_PYTHON_DECL void init_module(char const* name, void(*init_function)())
namespace boost { namespace python {
BOOST_PYTHON_DECL PyObject* scope::current_scope = 0;
namespace detail
{
BOOST_PYTHON_DECL PyObject* current_scope = 0;
}
}}