mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweaked CFLAGS, and fixed related errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user