mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
clear macros
This commit is contained in:
parent
778d970323
commit
5e65567c28
@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "pocketpy/export.h"
|
|
||||||
#include "pocketpy/common/vector.h"
|
#include "pocketpy/common/vector.h"
|
||||||
typedef struct c11_chunkedvector_chunk {
|
typedef struct c11_chunkedvector_chunk {
|
||||||
int length;
|
int length;
|
||||||
|
@ -105,3 +105,16 @@ V* METHOD(try_get)(NAME* self, K key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user