Compare commits
5 Commits
f9352cf59f
...
017d0eb273
| Author | SHA1 | Date | |
|---|---|---|---|
| 017d0eb273 | |||
| e8c49508a0 | |||
| 68182d916e | |||
| 3f684dad3f | |||
| 03aab86413 |
@@ -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;
|
||||
|
||||
@@ -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