mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
Plan9: fix amount to say included line count is
Not sure why this was working before...
This commit is contained in:
parent
ab400ad624
commit
398c0b10e4
@ -203,7 +203,7 @@ fn putFn(self: *Plan9, decl: *Module.Decl, out: FnDeclOutput) !void {
|
||||
self.syms.items[fn_map_res.value_ptr.sym_index] = .{
|
||||
.type = .z,
|
||||
// just put a giant number, no source file will have this many newlines
|
||||
.value = std.math.maxInt(u32),
|
||||
.value = std.math.maxInt(u31),
|
||||
.name = &.{ 0, 0 },
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user