aboutsummaryrefslogtreecommitdiff
path: root/py/runtime0.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-04-06 22:48:21 +0100
committerDamien George <damien.p.george@gmail.com>2015-04-06 22:48:21 +0100
commit78772ada0ddc9222c0338f94a42e33e10bb24b55 (patch)
tree2305c4f09f897c5032102b2f8c0f0b3720afb98f /py/runtime0.h
parent282ca09f8e386f24e1e87acd3de93954b6a8035c (diff)
py: Implement calling functions with *args in native emitter.
Diffstat (limited to 'py/runtime0.h')
-rw-r--r--py/runtime0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime0.h b/py/runtime0.h
index 6fddace35..7ee8c9aa4 100644
--- a/py/runtime0.h
+++ b/py/runtime0.h
@@ -133,6 +133,7 @@ typedef enum {
MP_F_MAKE_FUNCTION_FROM_RAW_CODE,
MP_F_NATIVE_CALL_FUNCTION_N_KW,
MP_F_CALL_METHOD_N_KW,
+ MP_F_CALL_METHOD_N_KW_VAR,
MP_F_GETITER,
MP_F_ITERNEXT,
MP_F_NLR_PUSH,