From: fennecdjay Date: Fri, 29 Sep 2023 18:26:45 +0000 (+0200) Subject: :art: fix update X-Git-Tag: nightly~130 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e7f357211250cb7a81ee440128cf4ed91b029442;p=gwion.git :art: fix update --- diff --git a/include/operator.h b/include/operator.h index 4c38c0d6..72483037 100644 --- a/include/operator.h +++ b/include/operator.h @@ -97,4 +97,5 @@ ANN static inline void set_decl_ref(const Exp e) { } ANN void func_operator(const Func_Def fdef, struct Op_Import *opi); +ANN m_bool add_op_func_check(const Env env, const Type t, const struct Op_Func *opfunc, const m_uint idx); #endif