| ... | @@ -121,7 +121,7 @@ pub fn main() !void { | ... | @@ -121,7 +121,7 @@ pub fn main() !void { |
| 121 | }; | 121 | }; |
| 122 | | 122 | |
| 123 | const full_input = full_input: { | 123 | const full_input = full_input: { |
| 124 | if (options.preprocess != .no) { | 124 | if (options.input_format == .rc and options.preprocess != .no) { |
| 125 | var preprocessed_buf = std.ArrayList(u8).init(allocator); | 125 | var preprocessed_buf = std.ArrayList(u8).init(allocator); |
| 126 | errdefer preprocessed_buf.deinit(); | 126 | errdefer preprocessed_buf.deinit(); |
| 127 | | 127 | |