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 {
GroundValueType type;
struct GroundStruct* customType;
union {
struct {
int64_t intVal;
double doubleVal;
char* stringVal;