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/emitpass1.c | |
parent | ad97f2a49ea723cf21f828c99e0075ff1fd0680a (diff) |
unified the bops
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r-- | py/emitpass1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c index f78ec7e27..2f0ecac86 100644 --- a/py/emitpass1.c +++ b/py/emitpass1.c @@ -187,5 +187,4 @@ const emit_method_table_t emit_pass1_method_table = { (void*)emit_pass1_dummy, (void*)emit_pass1_dummy, (void*)emit_pass1_dummy, - (void*)emit_pass1_dummy, }; |