mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Undo victim of careless global substitute ("long long_hash" was
changed to "LONG_LONG_hash" in the list of forward decls). Discovered by Jason Harper.
This commit is contained in:
parent
4827aeb99b
commit
065ce5a4b7
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ x_divrem(v1, w1, prem)
|
|||
static void long_dealloc Py_PROTO((PyObject *));
|
||||
static PyObject *long_repr Py_PROTO((PyObject *));
|
||||
static int long_compare Py_PROTO((PyLongObject *, PyLongObject *));
|
||||
static LONG_LONG_hash Py_PROTO((PyLongObject *));
|
||||
static long long_hash Py_PROTO((PyLongObject *));
|
||||
|
||||
static PyObject *long_add Py_PROTO((PyLongObject *, PyLongObject *));
|
||||
static PyObject *long_sub Py_PROTO((PyLongObject *, PyLongObject *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue