Kaydet (Commit) 5e569979 authored tarafından Guido van Rossum's avatar Guido van Rossum

initmodule2 -> initmodule3 (with doc string)

üst f9888eb2
......@@ -52,7 +52,8 @@ extern int vgetargs PROTO((object *, char *, va_list));
extern object *vmkvalue PROTO((char *, va_list));
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! */
#define getnoarg(v) getargs(v, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment