aboutsummaryrefslogtreecommitdiff
path: root/py/runtime0.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-06 18:38:20 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-06 18:38:20 +0100
commite6ce10a3e74d477b301ffd90c2e2e07b55ad13d4 (patch)
tree5194259a3145fd40ee52da0d1d6cd29dd63554ed /py/runtime0.h
parent17598d49e1091e2745d8f01288f95007189cdcf5 (diff)
py: Native emitter now supports delete name & global, and end finally.
Diffstat (limited to 'py/runtime0.h')
-rw-r--r--py/runtime0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/runtime0.h b/py/runtime0.h
index 7bb16545f..d309d7b8c 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;