summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime.h')
-rw-r--r--py/runtime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/runtime.h b/py/runtime.h
index 1216462b25..a4386b4bb6 100644
--- a/py/runtime.h
+++ b/py/runtime.h
@@ -56,6 +56,10 @@ typedef struct _mp_arg_t {
mp_arg_val_t defval;
} mp_arg_t;
+// defined in objtype.c
+extern const qstr mp_unary_op_method_name[];
+extern const qstr mp_binary_op_method_name[];
+
void mp_init(void);
void mp_deinit(void);