@@ -1,6 +1,5 @@
#pragma once
-#include "pocketpy/export.h"
#include "pocketpy/common/vector.h"
typedef struct c11_chunkedvector_chunk {
int length;
@@ -104,4 +104,17 @@ V* METHOD(try_get)(NAME* self, K key) {
return NULL;
}
-#endif
+#endif
+
+/* Undefine all macros */
+#undef KV
+#undef METHOD
+#undef CONCAT
+#undef CONCAT_
+#undef K
+#undef V
+#undef NAME
+#undef less
+#undef partial_less
+#undef equal