py: Native emitter now supports delete name & global, and end finally.

This commit is contained in:
Damien George
2014-09-06 18:38:20 +01:00
parent 17598d49e1
commit e6ce10a3e7
3 changed files with 25 additions and 23 deletions

View File

@@ -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;