added func_doc
This commit is contained in:
parent
9dc8d0e0a3
commit
0908bacfa5
|
@ -37,6 +37,7 @@ typedef struct {
|
|||
object *func_name;
|
||||
int func_argcount;
|
||||
object *func_argdefs;
|
||||
object *func_doc;
|
||||
} funcobject;
|
||||
|
||||
extern DL_IMPORT typeobject Functype;
|
||||
|
|
Loading…
Reference in New Issue