diff PyParameterDescriptor.h @ 79:f5c028376bf9

Some old changes that, I think, probably did not help anything
author Chris Cannam
date Wed, 12 Aug 2015 15:25:04 +0100
parents 27bab3a16c9a
children
line wrap: on
line diff
--- a/PyParameterDescriptor.h	Tue Apr 14 11:14:39 2015 +0100
+++ b/PyParameterDescriptor.h	Wed Aug 12 15:25:04 2015 +0100
@@ -19,7 +19,7 @@
 		PyObject *dict;
 } ParameterDescriptorObject; 
 
-PyAPI_DATA(PyTypeObject) ParameterDescriptor_Type;
+extern PyTypeObject ParameterDescriptor_Type;
 
 #define PyParameterDescriptor_CheckExact(v)	((v)->ob_type == &ParameterDescriptor_Type)
 #define PyParameterDescriptor_Check(v) PyObject_TypeCheck(v, &ParameterDescriptor_Type)