forked from ground/cground
Band-aid fix for structs, use more memory :\
This commit is contained in:
@@ -60,7 +60,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