diff options
Diffstat (limited to 'py/runtime.h')
-rw-r--r-- | py/runtime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/runtime.h b/py/runtime.h index 541c4de8f..a86737883 100644 --- a/py/runtime.h +++ b/py/runtime.h @@ -48,7 +48,8 @@ typedef enum { } rt_compare_op_t; typedef enum { - RT_F_LOAD_CONST_STR = 0, + RT_F_LOAD_CONST_DEC = 0, + RT_F_LOAD_CONST_STR, RT_F_LOAD_NAME, RT_F_LOAD_GLOBAL, RT_F_LOAD_BUILD_CLASS, |