Update unstable with master #18

Merged
max merged 4 commits from master into unstable 2026-01-23 14:42:37 +11:00
Showing only changes of commit 03aab86413 - Show all commits

View File

@@ -69,7 +69,8 @@ typedef struct GroundValue {
GroundError errorVal; GroundError errorVal;
struct GroundFunction* fnVal; struct GroundFunction* fnVal;
struct GroundStruct* structVal; struct GroundStruct* structVal;
struct GroundObject* customVal; // This line seems to cause issues with external libraries.
// struct GroundObject* customVal;
} data; } data;
} GroundValue; } GroundValue;