Kaydet (Commit) e4d3a72a authored tarafından Thomas Wouters's avatar Thomas Wouters

Include code.h more sanely.

üst 090b3dde
#ifndef Py_CODE_H
#include "code.h"
#endif
#ifndef Py_COMPILE_H
#define Py_COMPILE_H
......@@ -8,6 +5,8 @@
extern "C" {
#endif
#include "code.h"
/* Public interface */
struct _node; /* Declare the existence of this type */
PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node *, const char *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment