added func_doc

This commit is contained in:
Guido van Rossum 1995-01-07 10:32:47 +00:00
parent 9dc8d0e0a3
commit 0908bacfa5
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ typedef struct {
object *func_name;
int func_argcount;
object *func_argdefs;
object *func_doc;
} funcobject;
extern DL_IMPORT typeobject Functype;