mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
pythonrun.c: added static forward declarations * pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of static routines
This commit is contained in:
parent
c7a22703e7
commit
b73cc04e62
10 changed files with 14 additions and 10 deletions
|
@ -39,6 +39,7 @@ static longobject *long_normalize PROTO((longobject *));
|
|||
static longobject *mul1 PROTO((longobject *, wdigit));
|
||||
static longobject *muladd1 PROTO((longobject *, wdigit, wdigit));
|
||||
static longobject *divrem1 PROTO((longobject *, wdigit, digit *));
|
||||
static object *long_format PROTO((object *aa, int base));
|
||||
|
||||
static int ticker; /* XXX Could be shared with ceval? */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue