]> Nishi Git Mirror - gwion.git/commitdiff
:art: Inspect travis
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 14:34:59 +0000 (16:34 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 14:34:59 +0000 (16:34 +0200)
src/parse/check.c

index f9bbc6f78e0dc1e87f9c08e7048d784ddd773f11..90a6ba5815b8ce3bbd1ce994b02290d666649526 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))
+assert(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;