jpayne@69: #ifndef Py_INTERPRETERIDOBJECT_H jpayne@69: #define Py_INTERPRETERIDOBJECT_H jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: #ifndef Py_LIMITED_API jpayne@69: # define Py_CPYTHON_INTERPRETERIDOBJECT_H jpayne@69: # include "cpython/interpreteridobject.h" jpayne@69: # undef Py_CPYTHON_INTERPRETERIDOBJECT_H jpayne@69: #endif jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: #endif /* !Py_INTERPRETERIDOBJECT_H */