diff --git a/Include/funcobject.h b/Include/funcobject.h index 9801505e674..a6e30ca0c9c 100644 --- a/Include/funcobject.h +++ b/Include/funcobject.h @@ -37,6 +37,7 @@ typedef struct { object *func_name; int func_argcount; object *func_argdefs; + object *func_doc; } funcobject; extern DL_IMPORT typeobject Functype;