]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix emit_cdef declaration
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 6 Apr 2021 21:43:54 +0000 (23:43 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 6 Apr 2021 21:43:54 +0000 (23:43 +0200)
src/emit/emit.c

index 9167df53132d313b8dbb997baac6cc8fb359944e..209b8c6831dbce6e93f5702439637ed0943bed05 100644 (file)
@@ -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);
 }