mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Make new gcc -Wall happy
This commit is contained in:
parent
bb3649e2ba
commit
1109fbca76
4 changed files with 13 additions and 7 deletions
|
@ -497,7 +497,7 @@ PyLong_FromString(str, pend, base)
|
|||
static PyLongObject *x_divrem
|
||||
Py_PROTO((PyLongObject *, PyLongObject *, PyLongObject **));
|
||||
static PyObject *long_pos Py_PROTO((PyLongObject *));
|
||||
static long_divrem Py_PROTO((PyLongObject *, PyLongObject *,
|
||||
static int long_divrem Py_PROTO((PyLongObject *, PyLongObject *,
|
||||
PyLongObject **, PyLongObject **));
|
||||
|
||||
/* Long division with remainder, top-level routine */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue