We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358a6fe commit 35a61daCopy full SHA for 35a61da
value.h
@@ -24,7 +24,7 @@ typedef struct Object {
24
} Object;
25
26
struct Value {
27
- ValueType type;
+ struct ValueType type;
28
union {
29
bool bool_val;
30
int int_val;
0 commit comments