From dccf2bbb4a50d77b91023bc3b393ed574ed2aede Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 26 May 2003 19:03:24 +0000 Subject: [PATCH] Tru64 cxx compatibility [SVN r18548] --- src/object/class.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/object/class.cpp b/src/object/class.cpp index a936cc11..8560e48b 100644 --- a/src/object/class.cpp +++ b/src/object/class.cpp @@ -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()