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

Tru64 cxx compatibility

[SVN r18548]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-05-26 19:03:24 +00:00
parent eaab3fc038
commit dccf2bbb4a

View File

@@ -254,7 +254,9 @@ void instance_holder::install(PyObject* self) throw()
namespace objects
{
extern "C" {
static int (*class_setattro_save)(PyObject *obj, PyObject *name, PyObject* value);
}
// Get the metatype object for all extension classes.
BOOST_PYTHON_DECL type_handle class_metatype()