Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5046d1

Browse files
committed
Remove prototype for PyOS_strtol -- Chris Herborth.
1 parent cc34faa commit f5046d1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/abstract.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static PyObject *
5959
int_from_string(v)
6060
PyObject *v;
6161
{
62-
extern long PyOS_strtol Py_PROTO((const char *, char **, int));
6362
char *s, *end;
6463
long x;
6564
char buffer[256]; /* For errors */

0 commit comments

Comments
 (0)