mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove prototypes for PyOS_strto[u]l -- Chris Herborth.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user