| ... | @@ -237,7 +237,7 @@ fn doif(alloc: *std.mem.Allocator, writer: anytype, comptime top: astgen.Value, | ... | @@ -237,7 +237,7 @@ fn doif(alloc: *std.mem.Allocator, writer: anytype, comptime top: astgen.Value, |
| 237 | } | 237 | } |
| 238 | } | 238 | } |
| 239 | | 239 | |
| 240 | fn docap(alloc: *std.mem.Allocator, writer: anytype, comptime top: astgen.Value, comptime bottom: astgen.Value, data: anytype, ctx: anytype, indent: usize, flag1: bool, flag2: bool) anyerror!void { | 240 | fn docap(alloc: *std.mem.Allocator, writer: anytype, comptime top: astgen.Value, comptime bottom: astgen.Value, data: anytype, ctx: anytype, indent: usize, flag1: bool, flag2: anytype) anyerror!void { |
| 241 | if (flag2) |_| { | 241 | if (flag2) |_| { |
| 242 | try do(alloc, writer, top, data, ctx, indent, flag1); | 242 | try do(alloc, writer, top, data, ctx, indent, flag1); |
| 243 | } else { | 243 | } else { |