changed TomlValue.value to anonymous union
This commit is contained in:
@@ -102,7 +102,7 @@ typedef struct TomlValue {
|
||||
TomlArray* array;
|
||||
TomlTable* table;
|
||||
TomlDateTime* dt;
|
||||
} value;
|
||||
};
|
||||
} TomlValue;
|
||||
|
||||
List_declare(TomlValue);
|
||||
|
||||
Reference in New Issue
Block a user