Commit f118cb1d authored by Skip Montanaro's avatar Skip Montanaro

make getarray static - it's only called from ceval.c and is not an

extern-able name.
parent f35f0696
......@@ -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;
......
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