From e7f357211250cb7a81ee440128cf4ed91b029442 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 29 Sep 2023 20:26:45 +0200 Subject: [PATCH] :art: fix update --- include/operator.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0