compile.h 157 B

1234567891011121314
  1. #ifndef Py_COMPILE_H
  2. #define Py_COMPILE_H
  3. #include "code.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /* !Py_COMPILE_H */