]> granicus.if.org Git - python/commitdiff
compile.h and eval.h weren't being included which kept a fair bit of the
authorSkip Montanaro <skip@pobox.com>
Sat, 13 Mar 2004 23:11:44 +0000 (23:11 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 13 Mar 2004 23:11:44 +0000 (23:11 +0000)
public API from being exposed by simply including Python.h (as recommended).

Include/Python.h

index 232cdbe360dfb89a5bbd0d47d0f10699dea3bc9b..f33283624b61840eb4b589576fbfa17730bcaaae 100644 (file)
 
 #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);