mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
6416c58b85
commit
eb6d3ed2ae
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user