From bc7315068f188312e5c624ca57a3b010c7503eff Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Wed, 18 May 2016 01:06:01 +0200 Subject: - make some internal symbols static --- Modules/_tracemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_tracemalloc.c') diff --git a/Modules/_tracemalloc.c b/Modules/_tracemalloc.c index beda2b612d..e3329c722f 100644 --- a/Modules/_tracemalloc.c +++ b/Modules/_tracemalloc.c @@ -262,7 +262,7 @@ hashtable_hash_pointer_t(_Py_hashtable_t *ht, const void *pkey) } -int +static int hashtable_compare_pointer_t(_Py_hashtable_t *ht, const void *pkey, const _Py_hashtable_entry_t *entry) { -- cgit v1.2.1