]> Nishi Git Mirror - gwion.git/commitdiff
:art: Scan func when copying
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 10 May 2020 17:06:31 +0000 (19:06 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 10 May 2020 17:06:31 +0000 (19:06 +0200)
src/parse/scan2.c

index c045374aba729fc4c9c93ecd5f41794ca584346b..12a987a1baa545cf124522274b7841b0019057ca 100644 (file)
@@ -522,6 +522,7 @@ static ANN Func_Def scan2_cpy_fdef(const Env env, const Func_Def fdef) {
     a = a->next;
     b = b->next;
   }
+  scan1_func_def(env, f);
   return f;
 }