From: fennecdjay Date: Sun, 29 Sep 2019 13:00:20 +0000 (+0200) Subject: :wrench: investigate travis linux clang X-Git-Tag: nightly~2198^2~222 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a08fa061321ec3997e93e18ec4e6fdc33058ed3a;p=gwion.git :wrench: investigate travis linux clang --- diff --git a/src/parse/check.c b/src/parse/check.c index f9bbc6f7..22719ec2 100644 --- a/src/parse/check.c +++ b/src/parse/check.c @@ -40,6 +40,7 @@ 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;