#endif
#ifdef Py_LIMITED_API
-PyAPI_FUNC(PyObject *) Py_CompileStringFlags(const char *, const char *, int);
+PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int);
#else
#define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1)
#define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
Py_AddPendingCall=python32.Py_AddPendingCall\r
Py_AtExit=python32.Py_AtExit\r
Py_BuildValue=python32.Py_BuildValue\r
- Py_CompileStringFlags=python32.Py_CompileStringFlags\r
+ Py_CompileString=python32.Py_CompileString\r
Py_DecRef=python32.Py_DecRef\r
Py_EndInterpreter=python32.Py_EndInterpreter\r
Py_Exit=python32.Py_Exit\r