summaryrefslogtreecommitdiffstats
path: root/Include/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/eval.h')
-rw-r--r--Include/eval.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/eval.h b/Include/eval.h
index 3fd9c46..f374826 100644
--- a/Include/eval.h
+++ b/Include/eval.h
@@ -30,8 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Interface to execute compiled code */
-object *eval_code
- PROTO((codeobject *, object *, object *, object *, object *));
+PyObject *PyEval_EvalCode
+ Py_PROTO((PyCodeObject *, PyObject *, PyObject *, PyObject *, PyObject *));
#ifdef __cplusplus
}