mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Removed declarations of err_badargs [sic] and err_nomem.
This commit is contained in:
parent
68c35d01d6
commit
0539ba2c74
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue