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...
This commit is contained in:
Fredrik Lundh 2006-05-26 12:01:49 +00:00
parent a0fcf502df
commit 1b94940165
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Py_LOCAL(PyObject *) load_args(PyObject ***, int);
#define CALL_FLAG_KW 2
#ifdef LLTRACE
Py_LOCAL(int) lltrace;
static int lltrace;
Py_LOCAL(int) prtrace(PyObject *, char *);
#endif
Py_LOCAL(int) call_trace(Py_tracefunc, PyObject *, PyFrameObject *,