Mercurial > hg > vampy
diff PyFeatureSet.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/PyFeatureSet.h Tue Apr 14 11:14:39 2015 +0100 +++ b/PyFeatureSet.h Wed Aug 12 15:25:04 2015 +0100 @@ -18,11 +18,11 @@ PyDictObject dict; } FeatureSetObject; -PyAPI_DATA(PyTypeObject) FeatureSet_Type; +extern PyTypeObject FeatureSet_Type; #define PyFeatureSet_CheckExact(v) ((v)->ob_type == &FeatureSet_Type) #define PyFeatureSet_Check(v) PyObject_TypeCheck(v, &FeatureSet_Type) -void initFeatureSetType(void); +extern void initFeatureSetType(void); #endif