diff options
author | John R. Lenton <jlenton@gmail.com> | 2014-01-11 00:58:59 +0000 |
---|---|---|
committer | John R. Lenton <jlenton@gmail.com> | 2014-01-11 00:58:59 +0000 |
commit | b8698fca75018b5cacaf9b2fdfd821f86b8acaf4 (patch) | |
tree | 714b75f2779b79b826d745c13f725835001f787f /py/emit.h | |
parent | ad97f2a49ea723cf21f828c99e0075ff1fd0680a (diff) | |
download | micropython-b8698fca75018b5cacaf9b2fdfd821f86b8acaf4.tar.gz micropython-b8698fca75018b5cacaf9b2fdfd821f86b8acaf4.zip |
unified the bops
Diffstat (limited to 'py/emit.h')
-rw-r--r-- | py/emit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ typedef struct _emit_method_table_t { void (*pop_except)(emit_t *emit); void (*unary_op)(emit_t *emit, rt_unary_op_t op); void (*binary_op)(emit_t *emit, rt_binary_op_t op); - void (*compare_op)(emit_t *emit, rt_compare_op_t op); void (*build_tuple)(emit_t *emit, int n_args); void (*build_list)(emit_t *emit, int n_args); void (*list_append)(emit_t *emit, int list_stack_index); |