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:
@@ -63,7 +63,7 @@ typedef struct GroundError {
|
||||
typedef struct GroundValue {
|
||||
GroundValueType type;
|
||||
struct GroundStruct* customType;
|
||||
union {
|
||||
struct {
|
||||
int64_t intVal;
|
||||
double doubleVal;
|
||||
char* stringVal;
|
||||
|
||||
Reference in New Issue
Block a user