Tweaked CFLAGS, and fixed related errors

This commit is contained in:
2024-12-12 16:18:41 +11:00
parent 5f4dfdccc5
commit fce71a6cda
19 changed files with 29 additions and 56 deletions

View File

@@ -30,7 +30,7 @@ typedef struct Toy_String { //32 | 64 BITNESS
struct {
Toy_ValueType type; //4 | 4
bool constant; //1 | 1
bool constant; //1 | 1
char data[]; //- | -
} name; //8 | 8
} as; //8 | 16