]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: investigate travis linux clang
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 13:00:20 +0000 (15:00 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 13:00:28 +0000 (15:00 +0200)
src/parse/check.c

index f9bbc6f78e0dc1e87f9c08e7048d784ddd773f11..22719ec2a73650fb89b7aceb3311b66b35fda35c 100644 (file)
@@ -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;