]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed declarations of err_badargs [sic] and err_nomem.
authorGuido van Rossum <guido@python.org>
Sun, 14 Oct 1990 20:03:07 +0000 (20:03 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Oct 1990 20:03:07 +0000 (20:03 +0000)
Include/modsupport.h

index ee648a655bd4a16e17f7d48e989a2169e9f8acc8..d406bf60d5cfd503e80836e73034ecf908b92d02 100644 (file)
@@ -7,5 +7,3 @@ struct methodlist {
 
 extern object *findmethod PROTO((struct methodlist *, object *, char *));
 extern object *initmodule PROTO((char *, struct methodlist *));
-extern int err_badargs PROTO((void));
-extern object *err_nomem PROTO((void));