summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 3903524ff0..4cdc26f521 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -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;