From 7b20909c540b8e87d0e4dd061cd82f5c36c79f01 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 22 Feb 2024 14:52:52 +0100 Subject: [PATCH] feat: stopped eating semicolons --- mirror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.h b/mirror.h index 5c07ede..a9ac4cd 100644 --- a/mirror.h +++ b/mirror.h @@ -115,7 +115,7 @@ Dictionary* T##_get_typeclasses(T* self) {\ .typeclass = (void*)T##_as_##TypeClass_(NULL).tc,\ .function = (void*)T##_as_##TypeClass_\ };\ - dictionary_set_raw(&typeclasses, #TypeClass_, &tc); + dictionary_set_raw(&typeclasses, #TypeClass_, &tc) #define END_REFLECT(T)\ }\