mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
66423f08a8
commit
cc1121f57d
@ -93,7 +93,7 @@ struct C99Struct{
|
|||||||
char* p;
|
char* p;
|
||||||
int size;
|
int size;
|
||||||
|
|
||||||
C99Struct(int new_size, bool zero_init){
|
C99Struct(int new_size, bool zero_init=true){
|
||||||
this->size = new_size;
|
this->size = new_size;
|
||||||
if(size <= INLINE_SIZE){
|
if(size <= INLINE_SIZE){
|
||||||
p = _inlined;
|
p = _inlined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user