From: Jérémie Astor Date: Sat, 1 May 2021 23:10:13 +0000 (+0200) Subject: :art: dim comma and semicolon X-Git-Tag: nightly~699 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=381df54b58ac0be237a98d18eda5eb1d14d1fa0b;p=gwion.git :art: dim comma and semicolon --- diff --git a/src/import/import_oper.c b/src/import/import_oper.c index ab0214f5..f5f8ab92 100644 --- a/src/import/import_oper.c +++ b/src/import/import_oper.c @@ -84,7 +84,7 @@ ANN m_int gwi_oper_end(const Gwi gwi, const m_str op, const f_instr f) { lint_lparen(gwi->lint); if(gwi->oper->lhs && gwi->oper->rhs) { lint(gwi->lint, "{+}%s{0}", gwi->oper->lhs != (m_str)1 ? gwi->oper->lhs : "@Any"); - lint(gwi->lint, ","); + lint_comma(gwi->lint); lint_space(gwi->lint); } if(gwi->oper->rhs)