]> Nishi Git Mirror - gwion.git/commitdiff
:bug: Fix Ref thingy
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 24 Jul 2021 21:46:11 +0000 (23:46 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 24 Jul 2021 21:46:11 +0000 (23:46 +0200)
src/parse/check.c

index 06196e69d98a8b61983c435ecf92fc7daff1d805..a27b538c996b8ca4106b585f5946e36303bf5884 100644 (file)
@@ -496,7 +496,7 @@ static Func find_func_match_actual(const Env env, Func func, const Exp args,
     while (e) {
       if (!e->type) // investigate
         return NULL;
-      if (!strncmp(e->type->name, "Ref:[", 5)) exp_setvar(e, true);
+//      if (!strncmp(e->type->name, "Ref:[", 5)) exp_setvar(e, true);
       if (!e1) {
         if (fbflag(func->def->base, fbflag_variadic)) return func;
         CHECK_OO(func->next);