blueloveTH hai 8 meses
pai
achega
5e65567c28

+ 0 - 1
include/pocketpy/common/chunkedvector.h

@@ -1,6 +1,5 @@
 #pragma once
 
-#include "pocketpy/export.h"
 #include "pocketpy/common/vector.h"
 typedef struct c11_chunkedvector_chunk {
     int length;

+ 14 - 1
include/pocketpy/xmacros/fixedhash.h

@@ -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