]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Include/enumobject.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 3/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Include / enumobject.h
CommitLineData
4710c53d 1#ifndef Py_ENUMOBJECT_H\r
2#define Py_ENUMOBJECT_H\r
3\r
4/* Enumerate Object */\r
5\r
6#ifdef __cplusplus\r
7extern "C" {\r
8#endif\r
9\r
10PyAPI_DATA(PyTypeObject) PyEnum_Type;\r
11PyAPI_DATA(PyTypeObject) PyReversed_Type;\r
12\r
13#ifdef __cplusplus\r
14}\r
15#endif\r
16\r
17#endif /* !Py_ENUMOBJECT_H */\r