mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix prototype
This commit is contained in:
parent
223f091737
commit
e6baa46aab
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ _PyDict_Dummy(void)
|
|||
|
||||
/* forward declarations */
|
||||
static PyDictEntry *
|
||||
lookdict_unicode(PyDictObject *mp, PyObject *key, long hash);
|
||||
lookdict_unicode(PyDictObject *mp, PyObject *key, Py_hash_t hash);
|
||||
|
||||
#ifdef SHOW_CONVERSION_COUNTS
|
||||
static long created = 0L;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue