Skip to content

Commit dccf2bb

Browse files
author
Ralf W. Grosse-Kunstleve
committed
Tru64 cxx compatibility
[SVN r18548]
1 parent eaab3fc commit dccf2bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/object/class.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ void instance_holder::install(PyObject* self) throw()
254254

255255
namespace objects
256256
{
257+
extern "C" {
257258
static int (*class_setattro_save)(PyObject *obj, PyObject *name, PyObject* value);
259+
}
258260

259261
// Get the metatype object for all extension classes.
260262
BOOST_PYTHON_DECL type_handle class_metatype()

0 commit comments

Comments
 (0)