]> Nishi Git Mirror - gwion.git/commitdiff
:art: fix update
authorfennecdjay <fennecdjay@gmail.com>
Fri, 29 Sep 2023 18:26:45 +0000 (20:26 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Fri, 29 Sep 2023 18:26:45 +0000 (20:26 +0200)
include/operator.h

index 4c38c0d6b1576b4945a88a21cc68a072f11edbf8..724830379d8880bb3a722a6d14e03cd9d60c425c 100644 (file)
@@ -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