Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4d3a72

Browse files
committed
Include code.h more sanely.
1 parent 090b3dd commit e4d3a72

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Include/compile.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
#ifndef Py_CODE_H
2-
#include "code.h"
3-
#endif
41

52
#ifndef Py_COMPILE_H
63
#define Py_COMPILE_H
74
#ifdef __cplusplus
85
extern "C" {
96
#endif
107

8+
#include "code.h"
9+
1110
/* Public interface */
1211
struct _node; /* Declare the existence of this type */
1312
PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);

0 commit comments

Comments
 (0)