clear macros

This commit is contained in:
blueloveTH 2025-06-20 17:13:31 +08:00
parent 778d970323
commit 5e65567c28
2 changed files with 14 additions and 2 deletions

View File

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

View File

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