summaryrefslogtreecommitdiffstats
path: root/Include/code.h
blob: 0245c32bc25442cbbf63f0391a44355c9de011bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Definitions for bytecode */

#ifndef Py_CODE_H
#define Py_CODE_H
#ifdef __cplusplus
extern "C" {
#endif

#ifndef Py_LIMITED_API
#  define Py_CPYTHON_CODE_H
#  include "cpython/code.h"
#  undef Py_CPYTHON_CODE_H
#endif

#ifdef __cplusplus
}
#endif
#endif /* !Py_CODE_H */