- make some internal symbols static

This commit is contained in:
doko@ubuntu.com 2016-05-18 01:06:01 +02:00
parent 307676face
commit bc7315068f
3 changed files with 3 additions and 3 deletions

View file

@ -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)
{