summaryrefslogtreecommitdiffstats
path: root/Include/modsupport.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1990-10-14 20:03:07 (GMT)
committerGuido van Rossum <guido@python.org>1990-10-14 20:03:07 (GMT)
commit0539ba2c742d96b09922e9795086be1dc39c82a1 (patch)
tree73a3efdd98a8f5ced8dd9f369cfe1cf750dddca2 /Include/modsupport.h
parent68c35d01d6cba688c32ee6f639c83867ab1d8aa4 (diff)
downloadcpython-0539ba2c742d96b09922e9795086be1dc39c82a1.zip
cpython-0539ba2c742d96b09922e9795086be1dc39c82a1.tar.gz
cpython-0539ba2c742d96b09922e9795086be1dc39c82a1.tar.bz2
Removed declarations of err_badargs [sic] and err_nomem.
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r--Include/modsupport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index ee648a6..d406bf6 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));