From: fennecdjay Date: Sat, 21 Sep 2019 11:43:26 +0000 (+0200) Subject: :art: Update X-Git-Tag: nightly~2213 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4592a652b443c366fb76131f35a153511c6a2a23;p=gwion.git :art: Update --- diff --git a/ast b/ast index 3ffc026e..4b0056d3 160000 --- a/ast +++ b/ast @@ -1 +1 @@ -Subproject commit 3ffc026ede44c73235b19146ff9e1a8e8e113003 +Subproject commit 4b0056d3f830edb2cd22eb66ac8e47e483464f1b diff --git a/src/emit/emit.c b/src/emit/emit.c index 4577270c..c7eadfec 100644 --- a/src/emit/emit.c +++ b/src/emit/emit.c @@ -1054,7 +1054,6 @@ ANN static m_bool spork_func(const Emitter emit, const Exp_Call* exp) { return emit_exp_call1(emit, exp->m_func) ? GW_OK : GW_ERROR; } -// TODO header ANN Instr emit_exp_spork(const Emitter emit, const Exp_Unary* unary) { const m_bool is_spork = unary->op == insert_symbol("spork"); const Func f = !unary->code ? unary->exp->d.exp_call.m_func : NULL;