This commit is contained in:
blueloveTH 2023-05-16 13:06:48 +08:00
parent 6416c58b85
commit eb6d3ed2ae

View File

@ -267,7 +267,7 @@ inline static int c99_sizeof(VM* vm, const Str& type){
} }
struct C99ReflType final: ReflType{ struct C99ReflType final: ReflType{
PY_CLASS(C99ReflType, c, "_refl") PY_CLASS(C99ReflType, c, _refl)
C99ReflType(const ReflType& type){ C99ReflType(const ReflType& type){
this->name = type.name; this->name = type.name;