Commit 526f0e81 authored by Benjamin Peterson's avatar Benjamin Peterson

fix prototype

parent a08e1540
...@@ -148,7 +148,7 @@ _PyDict_Dummy(void) ...@@ -148,7 +148,7 @@ _PyDict_Dummy(void)
/* forward declarations */ /* forward declarations */
static PyDictEntry * static PyDictEntry *
lookdict_unicode(PyDictObject *mp, PyObject *key, long hash); lookdict_unicode(PyDictObject *mp, PyObject *key, Py_hash_t hash);
#ifdef SHOW_CONVERSION_COUNTS #ifdef SHOW_CONVERSION_COUNTS
static long created = 0L; static long created = 0L;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment