summaryrefslogtreecommitdiff
path: root/Include/eval.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-12-04 18:48:25 +0000
committerGuido van Rossum <guido@python.org>1998-12-04 18:48:25 +0000
commit6b5ad775859d0c41a25f0290f37954dcd2ccc484 (patch)
tree2dc4d5feb910b8303a091e3929fd8b72e29bd132 /Include/eval.h
parent27913d4a7d3d5001643ba80ba86b432781669717 (diff)
downloadcpython-6b5ad775859d0c41a25f0290f37954dcd2ccc484.tar.gz
Add DL_IMPORT(returntype) for all officially exported functions.
Diffstat (limited to 'Include/eval.h')
-rw-r--r--Include/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/eval.h b/Include/eval.h
index aeff7d3303..62dd241513 100644
--- a/Include/eval.h
+++ b/Include/eval.h
@@ -37,7 +37,7 @@ PERFORMANCE OF THIS SOFTWARE.
/* Interface to execute compiled code */
-PyObject *PyEval_EvalCode Py_PROTO((PyCodeObject *, PyObject *, PyObject *));
+DL_IMPORT(PyObject *) PyEval_EvalCode Py_PROTO((PyCodeObject *, PyObject *, PyObject *));
#ifdef __cplusplus
}