From f46d87a30d09bfa904c2b9769ea52271abb86b0c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 24 Jan 2014 16:20:11 +0200 Subject: Add support for freeing code emitter objects at the end of compilation. --- py/emitcpy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/emitcpy.c') diff --git a/py/emitcpy.c b/py/emitcpy.c index de2a5784d..6984ebf4b 100644 --- a/py/emitcpy.c +++ b/py/emitcpy.c @@ -796,6 +796,8 @@ static void emit_cpy_yield_from(emit_t *emit) { } const emit_method_table_t emit_cpython_method_table = { + NULL, + emit_cpy_set_native_types, emit_cpy_start_pass, emit_cpy_end_pass, -- cgit v1.2.3