Kaydet (Commit) 1b949401 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers,

but Trent's copy thinks that it's an anachronism...
üst a0fcf502
...@@ -105,7 +105,7 @@ Py_LOCAL(PyObject *) load_args(PyObject ***, int); ...@@ -105,7 +105,7 @@ Py_LOCAL(PyObject *) load_args(PyObject ***, int);
#define CALL_FLAG_KW 2 #define CALL_FLAG_KW 2
#ifdef LLTRACE #ifdef LLTRACE
Py_LOCAL(int) lltrace; static int lltrace;
Py_LOCAL(int) prtrace(PyObject *, char *); Py_LOCAL(int) prtrace(PyObject *, char *);
#endif #endif
Py_LOCAL(int) call_trace(Py_tracefunc, PyObject *, PyFrameObject *, Py_LOCAL(int) call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment