diff options
Diffstat (limited to 'py/runtime0.h')
-rw-r--r-- | py/runtime0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime0.h b/py/runtime0.h index 9d59456561..ccc33f3d59 100644 --- a/py/runtime0.h +++ b/py/runtime0.h @@ -121,6 +121,7 @@ typedef enum { MP_F_IMPORT_ALL, MP_F_NEW_SLICE, MP_F_UNPACK_SEQUENCE, + MP_F_UNPACK_EX, MP_F_NUMBER_OF, } mp_fun_kind_t; |