fix prototype

This commit is contained in:
Benjamin Peterson 2010-10-17 21:20:58 +00:00
parent 223f091737
commit e6baa46aab
1 changed files with 1 additions and 1 deletions

View File

@ -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;