diff options
| author | Guido van Rossum <guido@python.org> | 1995-07-18 14:21:06 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-07-18 14:21:06 +0000 |
| commit | 884afd654a79bcb836afcdb5c953a627fd45c4c7 (patch) | |
| tree | eb0d6c872c09cad854aa168829d9feda2a4df4ea /Include/eval.h | |
| parent | e15dee5e3cf863657f47974cb51721ef3cca2ff8 (diff) | |
| download | cpython-git-884afd654a79bcb836afcdb5c953a627fd45c4c7.tar.gz | |
keyword arguments and faster function calls
Diffstat (limited to 'Include/eval.h')
| -rw-r--r-- | Include/eval.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/eval.h b/Include/eval.h index f37482631c..56f9938df8 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -30,8 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Interface to execute compiled code */ -PyObject *PyEval_EvalCode - Py_PROTO((PyCodeObject *, PyObject *, PyObject *, PyObject *, PyObject *)); +PyObject *PyEval_EvalCode Py_PROTO((PyCodeObject *, PyObject *, PyObject *)); #ifdef __cplusplus } |
