Kaydet (Commit) 6e098a15 authored tarafından Skip Montanaro's avatar Skip Montanaro

compile.h and eval.h weren't being included which kept a fair bit of the

public API from being exposed by simply including Python.h (as recommended).
üst 0576d0a4
......@@ -116,6 +116,9 @@
#include "abstract.h"
#include "compile.h"
#include "eval.h"
/* _Py_Mangle is defined in compile.c */
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
char *buffer, size_t maxlen);
......
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