Mercurial > hg > vampy
diff PyFeature.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/PyFeature.h Tue Apr 14 11:14:39 2015 +0100 +++ b/PyFeature.h Wed Aug 12 15:25:04 2015 +0100 @@ -41,7 +41,7 @@ /// pointer to type interface required: PyTypeInterface ti; } FeatureObject; -PyAPI_DATA(PyTypeObject) Feature_Type; +extern PyTypeObject Feature_Type; #define PyFeature_CheckExact(v) ((v)->ob_type == &Feature_Type) #define PyFeature_Check(v) PyObject_TypeCheck(v, &Feature_Type)