mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Autodoc: fix int expr size for 32bit targets
This commit is contained in:
parent
42b2fb4c5d
commit
268edce862
@ -567,7 +567,7 @@ const DocData = struct {
|
||||
fieldRef: FieldRef,
|
||||
refPath: []Expr,
|
||||
int: struct {
|
||||
value: usize, // direct value
|
||||
value: u64, // direct value
|
||||
negated: bool = false,
|
||||
},
|
||||
int_big: struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user