commit | fddc4698766733fe1f855a21bd7b3e79c27b21e3 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 15 03:46:21 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 15 03:46:21 2008 +0000 |
tree | 1956af6de15d2abf030d2e2d0a77d6642c3c853b | |
parent | 04f58760d7c07575e5bd3a01b8c8cacd8a119074 [diff] [blame] |
Prevent namespace pollution, add static for internal functions
diff --git a/Objects/abstract.c b/Objects/abstract.c index 6d948d4..83de88f 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c
@@ -446,7 +446,7 @@ } -void +static void _add_one_to_index_F(int nd, Py_ssize_t *index, Py_ssize_t *shape) { int k; @@ -462,7 +462,7 @@ } } -void +static void _add_one_to_index_C(int nd, Py_ssize_t *index, Py_ssize_t *shape) { int k;