mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Move comment
This commit is contained in:
+2
-2
@@ -50,9 +50,9 @@ struct ExactValue {
|
|||||||
union {
|
union {
|
||||||
bool value_bool;
|
bool value_bool;
|
||||||
String value_string;
|
String value_string;
|
||||||
BigInt value_integer; // NOTE(bill): This must be an integer and not a pointer
|
BigInt value_integer;
|
||||||
f64 value_float;
|
f64 value_float;
|
||||||
i64 value_pointer;
|
i64 value_pointer; // NOTE(bill): This must be an integer and not a pointer
|
||||||
Complex128 *value_complex;
|
Complex128 *value_complex;
|
||||||
Quaternion256 *value_quaternion;
|
Quaternion256 *value_quaternion;
|
||||||
Ast * value_compound;
|
Ast * value_compound;
|
||||||
|
|||||||
Reference in New Issue
Block a user