feat: stopped eating semicolons
parent
4428b2b135
commit
7b20909c54
2
mirror.h
2
mirror.h
|
@ -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)\
|
||||||
}\
|
}\
|
||||||
|
|
Loading…
Reference in New Issue