mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Remove prototypes for PyOS_strto[u]l -- Chris Herborth.
This commit is contained in:
parent
ca90605678
commit
46e9705eca
2 changed files with 0 additions and 6 deletions
|
|
@ -816,9 +816,6 @@ parsenumber(co, s)
|
|||
struct compiling *co;
|
||||
char *s;
|
||||
{
|
||||
extern long PyOS_strtol Py_PROTO((const char *, char **, int));
|
||||
extern unsigned long PyOS_strtoul Py_PROTO((const char *,
|
||||
char **, int));
|
||||
extern double atof Py_PROTO((const char *));
|
||||
char *end;
|
||||
long x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue