mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
@ -41,7 +41,6 @@ extern object *dnewlongobject PROTO((double));
|
|||
extern long getlongvalue PROTO((object *));
|
||||
extern double dgetlongvalue PROTO((object *));
|
||||
|
||||
object *long_format PROTO((object *, int));
|
||||
object *long_scan PROTO((char *, int));
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue