From 169f4804915fe7f5f16f30f44bfc3692975ef121 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 31 Dec 2025 16:24:26 +0800 Subject: [PATCH] [no ci] backup --- src/objects/codeobject_ser.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/objects/codeobject_ser.c b/src/objects/codeobject_ser.c index 4e8e1226..76628ded 100644 --- a/src/objects/codeobject_ser.c +++ b/src/objects/codeobject_ser.c @@ -360,3 +360,7 @@ const char* CodeObject__loads(CodeObject* co, const void* data, int size) { c11_deserializer__dtor(&d); return NULL; } + +#undef CODEOBJECT_MAGIC +#undef CODEOBJECT_VER_MAJOR +#undef CODEOBJECT_VER_MINOR