From 35e2a4e6bb319a208af8d3e5c3e59cee7873400a Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 5 Feb 2014 00:51:47 +0000 Subject: py: Add built-in super. --- py/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/emit.h') diff --git a/py/emit.h b/py/emit.h index 062b38ef9..ce0c98ba7 100644 --- a/py/emit.h +++ b/py/emit.h @@ -117,7 +117,7 @@ extern const emit_method_table_t emit_bc_method_table; extern const emit_method_table_t emit_native_x64_method_table; extern const emit_method_table_t emit_native_thumb_method_table; -emit_t *emit_pass1_new(qstr qstr___class__); +emit_t *emit_pass1_new(void); emit_t *emit_cpython_new(uint max_num_labels); emit_t *emit_bc_new(uint max_num_labels); emit_t *emit_native_x64_new(uint max_num_labels); -- cgit v1.2.3