| Eric Snow | c11183c | 2019-03-15 16:35:46 -0600 | [diff] [blame] | 1 | #ifndef Py_INTERPRETERIDOBJECT_H |
| 2 | #define Py_INTERPRETERIDOBJECT_H | ||||
| 3 | |||||
| 4 | #ifdef __cplusplus | ||||
| 5 | extern "C" { | ||||
| 6 | #endif | ||||
| 7 | |||||
| 8 | #ifndef Py_LIMITED_API | ||||
| 9 | # define Py_CPYTHON_INTERPRETERIDOBJECT_H | ||||
| 10 | # include "cpython/interpreteridobject.h" | ||||
| 11 | # undef Py_CPYTHON_INTERPRETERIDOBJECT_H | ||||
| 12 | #endif | ||||
| 13 | |||||
| 14 | #ifdef __cplusplus | ||||
| 15 | } | ||||
| 16 | #endif | ||||
| 17 | #endif /* !Py_INTERPRETERIDOBJECT_H */ | ||||