Skip to content

Commit

Permalink
initmodule2 -> initmodule3 (with doc string)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jan 7, 1995
1 parent f9888eb commit 5e56997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Include/modsupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
Expand Down

0 comments on commit 5e56997

Please sign in to comment.