make getarray static - it's only called from ceval.c and is not an
extern-able name.
This commit is contained in:
parent
f35f06963b
commit
f118cb1d6f
|
@ -3644,7 +3644,7 @@ format_exc_check_arg(PyObject *exc, char *format_str, PyObject *obj)
|
|||
|
||||
#ifdef DYNAMIC_EXECUTION_PROFILE
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
getarray(long a[256])
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue