Added the bandaid fix back for variables because apparently it still breaks strings in extlibs???

This commit is contained in:
2026-03-30 11:47:09 +11:00
parent 5c5b0bd26f
commit 93ae22c0db

View File

@@ -83,7 +83,7 @@ typedef struct GroundError {
typedef struct GroundValue { typedef struct GroundValue {
GroundValueType type; GroundValueType type;
struct GroundStruct* customType; struct GroundStruct* customType;
union { struct {
int64_t intVal; int64_t intVal;
double doubleVal; double doubleVal;
char* stringVal; char* stringVal;