]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update class name
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 15:42:53 +0000 (17:42 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 29 Sep 2019 15:42:53 +0000 (17:42 +0200)
src/lib/engine.c

index 128d2c398a209334d50fe3627cb37da32f27d69f..4c08ada07e0dcc294ad71238ff663ce8d23fbc22 100644 (file)
@@ -153,7 +153,7 @@ ANN static m_bool import_core_libs(const Gwi gwi) {
   GWI_BB(import_shred(gwi))
   GWI_BB(import_modules(gwi))
 
-  GWI_BB(gwi_oper_ini(gwi, "Class", "Class", "int"))
+  GWI_BB(gwi_oper_ini(gwi, "@Class", "@Class", "int"))
   GWI_BB(gwi_oper_end(gwi, "==", int_eq))
   GWI_BB(gwi_oper_end(gwi, "!=", int_neq))
   GWI_BB(gwi_oper_end(gwi, ">=", instr_class_ge))