mirror of https://github.com/python/cpython.git
initmodule2 -> initmodule3 (with doc string)
This commit is contained in:
parent
f9888eb2fb
commit
5e56997969
|
@ -52,7 +52,8 @@ extern int vgetargs PROTO((object *, char *, va_list));
|
||||||
extern object *vmkvalue PROTO((char *, va_list));
|
extern object *vmkvalue PROTO((char *, va_list));
|
||||||
|
|
||||||
extern object *initmodule PROTO((char *, struct methodlist *));
|
extern object *initmodule PROTO((char *, struct methodlist *));
|
||||||
extern object *initmodule2 PROTO((char *, struct methodlist *, object *));
|
extern object *initmodule3 PROTO((char *, struct methodlist *,
|
||||||
|
char *, object *));
|
||||||
|
|
||||||
/* The following are obsolete -- use getargs directly! */
|
/* The following are obsolete -- use getargs directly! */
|
||||||
#define getnoarg(v) getargs(v, "")
|
#define getnoarg(v) getargs(v, "")
|
||||||
|
|
Loading…
Reference in New Issue