From: fennecdjay Date: Sun, 29 Sep 2019 13:16:37 +0000 (+0200) Subject: Revert ":wrench: investigate travis linux clang" X-Git-Tag: nightly~2198^2~221 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6f6c29b7236c451948133ed66c5a5703a08e0806;p=gwion.git Revert ":wrench: investigate travis linux clang" This reverts commit a08fa061321ec3997e93e18ec4e6fdc33058ed3a. --- diff --git a/src/parse/check.c b/src/parse/check.c index 22719ec2..f9bbc6f7 100644 --- a/src/parse/check.c +++ b/src/parse/check.c @@ -40,7 +40,6 @@ ANN static m_bool check_implicit(const Env env, const m_str str, ANN m_bool check_exp_array_subscripts(Env env, Exp e) { CHECK_OB(check_exp(env, e)) -printf("\033[1mDEBUG \033[31m%p\033[0m\n", env->gwion->type[et_int]); do CHECK_BB(check_implicit(env, "@access", e, env->gwion->type[et_int])) while((e = e->next)); return GW_OK;