mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove prototype for PyOS_strtol -- Chris Herborth.
This commit is contained in:
parent
cc34faaf14
commit
f5046d1aea
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue