Mercurial > hg > vampy
diff PyOutputDescriptor.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/PyOutputDescriptor.h Tue Apr 14 11:14:39 2015 +0100 +++ b/PyOutputDescriptor.h Wed Aug 12 15:25:04 2015 +0100 @@ -19,7 +19,7 @@ PyObject *dict; } OutputDescriptorObject; -PyAPI_DATA(PyTypeObject) OutputDescriptor_Type; +extern PyTypeObject OutputDescriptor_Type; #define PyOutputDescriptor_CheckExact(v) ((v)->ob_type == &OutputDescriptor_Type) #define PyOutputDescriptor_Check(v) PyObject_TypeCheck(v, &OutputDescriptor_Type)