From eb6d3ed2aefa5beb23299651983187ae921a98e2 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 16 May 2023 13:06:48 +0800 Subject: [PATCH] ... --- src/cffi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cffi.h b/src/cffi.h index 44caccb4..dff8700f 100644 --- a/src/cffi.h +++ b/src/cffi.h @@ -267,7 +267,7 @@ inline static int c99_sizeof(VM* vm, const Str& type){ } struct C99ReflType final: ReflType{ - PY_CLASS(C99ReflType, c, "_refl") + PY_CLASS(C99ReflType, c, _refl) C99ReflType(const ReflType& type){ this->name = type.name;