From 3bf9df6b2785fa6d951086978a3e66f49427166a Mon Sep 17 00:00:00 2001 From: FluorescentCIAAfricanAmerican <0934gj3049fk@protonmail.com> Date: Wed, 22 Apr 2020 12:56:21 -0400 Subject: 1 --- common/python/2.5/enumobject.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 common/python/2.5/enumobject.h (limited to 'common/python/2.5/enumobject.h') diff --git a/common/python/2.5/enumobject.h b/common/python/2.5/enumobject.h new file mode 100644 index 0000000..c14dbfc --- /dev/null +++ b/common/python/2.5/enumobject.h @@ -0,0 +1,17 @@ +#ifndef Py_ENUMOBJECT_H +#define Py_ENUMOBJECT_H + +/* Enumerate Object */ + +#ifdef __cplusplus +extern "C" { +#endif + +PyAPI_DATA(PyTypeObject) PyEnum_Type; +PyAPI_DATA(PyTypeObject) PyReversed_Type; + +#ifdef __cplusplus +} +#endif + +#endif /* !Py_ENUMOBJECT_H */ -- cgit v1.2.3