There was an error while loading. Please reload this page.
1 parent 090b3dd commit e4d3a72Copy full SHA for e4d3a72
1 file changed
Include/compile.h
@@ -1,13 +1,12 @@
1
-#ifndef Py_CODE_H
2
-#include "code.h"
3
-#endif
4
5
#ifndef Py_COMPILE_H
6
#define Py_COMPILE_H
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
+#include "code.h"
+
11
/* Public interface */
12
struct _node; /* Declare the existence of this type */
13
PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
0 commit comments