From dc7be463ef919158a89af41fccc46012a889639a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 6 Apr 2021 23:43:54 +0200 Subject: [PATCH] :art: Fix emit_cdef declaration --- src/emit/emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emit/emit.c b/src/emit/emit.c index 9167df53..209b8c68 100644 --- a/src/emit/emit.c +++ b/src/emit/emit.c @@ -2319,7 +2319,7 @@ ANN static m_bool emit_parent(const Emitter emit, const Class_Def cdef) { return ensure_emit(emit, parent); } -ANN static inline m_bool emit_cdef(const Emitter emit, const Type t) { +ANN /*static */inline m_bool emit_cdef(const Emitter emit, const Type t) { return scanx_cdef(emit->env, emit, t, (_exp_func)emit_class_def, (_exp_func)emit_union_def); } -- 2.43.0