mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fixed missing 'packed' keyword
This commit is contained in:
parent
caaa9ad2af
commit
e7547eeefa
@ -34,7 +34,7 @@ pub const max_vlen = 0xffff;
|
||||
|
||||
pub const Type = packed struct {
|
||||
name_off: u32,
|
||||
info: struct {
|
||||
info: packed struct {
|
||||
/// number of struct's members
|
||||
vlen: u16,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user