summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime0.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime0.h')
-rw-r--r--py/runtime0.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/py/runtime0.h b/py/runtime0.h
index eef3706794..19fd75125f 100644
--- a/py/runtime0.h
+++ b/py/runtime0.h
@@ -24,7 +24,6 @@ typedef enum {
} mp_unary_op_t;
typedef enum {
- MP_BINARY_OP_SUBSCR,
MP_BINARY_OP_OR,
MP_BINARY_OP_XOR,
MP_BINARY_OP_AND,
@@ -75,7 +74,7 @@ typedef enum {
MP_F_LOAD_METHOD,
MP_F_STORE_NAME,
MP_F_STORE_ATTR,
- MP_F_STORE_SUBSCR,
+ MP_F_OBJ_SUBSCR,
MP_F_OBJ_IS_TRUE,
MP_F_UNARY_OP,
MP_F_BINARY_OP,