Remove prototype for PyOS_strtol -- Chris Herborth.
This commit is contained in:
parent
cc34faaf14
commit
f5046d1aea
|
@ -59,7 +59,6 @@ static PyObject *
|
|||
int_from_string(v)
|
||||
PyObject *v;
|
||||
{
|
||||
extern long PyOS_strtol Py_PROTO((const char *, char **, int));
|
||||
char *s, *end;
|
||||
long x;
|
||||
char buffer[256]; /* For errors */
|
||||
|
|
Loading…
Reference in New Issue