1 parent 2be4683 commit e6cdeafCopy full SHA for e6cdeaf
1 file changed
src/value.h
@@ -40,8 +40,8 @@ typedef struct Tensor {
40
41
typedef struct Value {
42
ValueType type;
43
- int num_base; // 2..64 for numeric values, default 2
44
- int num_base_nan; // 1 when float has NaN base (INF/NaN literals), else 0
+ int num_base; // 2..64 for numeric values, default 2
+ int num_base_nan; // 1 when float has NaN base (INF/NaN literals), else 0
45
union {
46
bool boolean;
47
int64_t i;
0 commit comments