diff options
Diffstat (limited to 'py/runtime0.h')
-rw-r--r-- | py/runtime0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/runtime0.h b/py/runtime0.h index 7bb16545f7..d309d7b8c7 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -145,6 +145,8 @@ typedef enum { #endif MP_F_UNPACK_SEQUENCE, MP_F_UNPACK_EX, + MP_F_DELETE_NAME, + MP_F_DELETE_GLOBAL, MP_F_NUMBER_OF, } mp_fun_kind_t; |