feat: stopped eating semicolons

main
Sara 2024-02-22 14:52:52 +01:00
parent 4428b2b135
commit 7b20909c54
1 changed files with 1 additions and 1 deletions

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)\
}\ }\