From 4592a652b443c366fb76131f35a153511c6a2a23 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 21 Sep 2019 13:43:26 +0200 Subject: [PATCH] :art: Update --- ast | 2 +- src/emit/emit.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; -- 2.43.0