]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 21 Sep 2019 11:43:26 +0000 (13:43 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 21 Sep 2019 11:43:26 +0000 (13:43 +0200)
ast
src/emit/emit.c

diff --git a/ast b/ast
index 3ffc026ede44c73235b19146ff9e1a8e8e113003..4b0056d3f830edb2cd22eb66ac8e47e483464f1b 160000 (submodule)
--- a/ast
+++ b/ast
@@ -1 +1 @@
-Subproject commit 3ffc026ede44c73235b19146ff9e1a8e8e113003
+Subproject commit 4b0056d3f830edb2cd22eb66ac8e47e483464f1b
index 4577270c91161e5dba63b4a1578f73a4f139b190..c7eadfec797af051ace61fa4201b560d3bd7c28b 100644 (file)
@@ -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;