]> Nishi Git Mirror - gwion.git/commitdiff
:art: Array ast is NoOp
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 31 Aug 2021 19:51:15 +0000 (21:51 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 31 Aug 2021 19:51:15 +0000 (21:51 +0200)
src/lib/array.c

index 53615752458dab4e6f757573acbadae63389c599..cfcd990b16f59fccd3e67ee1fc76364a09bbda55 100644 (file)
@@ -826,7 +826,8 @@ GWION_IMPORT(array) {
   GWI_BB(gwi_oper_add(gwi, opck_array_at))
   GWI_BB(gwi_oper_end(gwi, "=>", NULL))
   GWI_BB(gwi_oper_add(gwi, opck_array_implicit))
-  GWI_BB(gwi_oper_end(gwi, "@implicit", NULL))
+//  GWI_BB(gwi_oper_end(gwi, "@implicit", NULL))
+  GWI_BB(gwi_oper_end(gwi, "@implicit", eNoOp))
   GWI_BB(gwi_oper_ini(gwi, "@Array", (m_str)OP_ANY_TYPE, NULL))
   GWI_BB(gwi_oper_add(gwi, opck_array_sl))
   GWI_BB(gwi_oper_emi(gwi, opem_array_sl))