]> granicus.if.org Git - python/commitdiff
make getarray static - it's only called from ceval.c and is not an
authorSkip Montanaro <skip@pobox.com>
Mon, 15 Oct 2001 20:51:38 +0000 (20:51 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 15 Oct 2001 20:51:38 +0000 (20:51 +0000)
extern-able name.

Python/ceval.c

index 49b1fafd77a874738a6dc0ed753af7e086f79c3c..ef995948fb8e2891cdf6da153d1adabcfe599fd7 100644 (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;