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

extern-able name.
This commit is contained in:
Skip Montanaro 2001-10-15 20:51:38 +00:00
parent f35f06963b
commit f118cb1d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;