Commit f5046d1a authored by Guido van Rossum's avatar Guido van Rossum

Remove prototype for PyOS_strtol -- Chris Herborth.

parent cc34faaf
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment