Merge pull request 'Update unstable with master' (#18) from master into unstable

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2026-01-23 14:42:36 +11:00
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ typedef enum ListAccessStatus {
struct GroundValue;
struct GroundFunction;
struct GroundStruct;
struct List;
@@ -59,7 +60,7 @@ typedef struct GroundError {
typedef struct GroundValue {
GroundValueType type;
struct GroundStruct* customType;
union {
struct {
int64_t intVal;
double doubleVal;
char* stringVal;

View File

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