summaryrefslogtreecommitdiff
path: root/Include/longobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/longobject.h')
-rw-r--r--Include/longobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/longobject.h b/Include/longobject.h
index 7566a38439..1b048fd691 100644
--- a/Include/longobject.h
+++ b/Include/longobject.h
@@ -41,7 +41,6 @@ extern object *dnewlongobject PROTO((double));
extern long getlongvalue PROTO((object *));
extern double dgetlongvalue PROTO((object *));
-object *long_format PROTO((object *, int));
object *long_scan PROTO((char *, int));
#ifdef __cplusplus