feat: stopped eating semicolons

This commit is contained in:
Sara 2024-02-22 14:52:52 +01:00
parent 4428b2b135
commit 7b20909c54

View file

@ -115,7 +115,7 @@ Dictionary* T##_get_typeclasses(T* self) {\
.typeclass = (void*)T##_as_##TypeClass_(NULL).tc,\ .typeclass = (void*)T##_as_##TypeClass_(NULL).tc,\
.function = (void*)T##_as_##TypeClass_\ .function = (void*)T##_as_##TypeClass_\
};\ };\
dictionary_set_raw(&typeclasses, #TypeClass_, &tc); dictionary_set_raw(&typeclasses, #TypeClass_, &tc)
#define END_REFLECT(T)\ #define END_REFLECT(T)\
}\ }\