From: Guido van Rossum Date: Sun, 14 Oct 1990 20:03:07 +0000 (+0000) Subject: Removed declarations of err_badargs [sic] and err_nomem. X-Git-Tag: v0.9.8~1170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0539ba2c742d96b09922e9795086be1dc39c82a1;p=thirdparty%2FPython%2Fcpython.git Removed declarations of err_badargs [sic] and err_nomem. --- diff --git a/Include/modsupport.h b/Include/modsupport.h index ee648a655bd4..d406bf60d5cf 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -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));