From 78f15bc7147da4407f1b896ad76f4c19851bd7b9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 5 Feb 2024 18:13:07 -0700 Subject: compiler: rename value.zig to Value.zig This commit only does the file rename to be friendlier to version control conflicts. --- src/RangeSet.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/RangeSet.zig') diff --git a/src/RangeSet.zig b/src/RangeSet.zig index 158f816129..00dc257d1a 100644 --- a/src/RangeSet.zig +++ b/src/RangeSet.zig @@ -4,7 +4,7 @@ const Order = std.math.Order; const InternPool = @import("InternPool.zig"); const Type = @import("type.zig").Type; -const Value = @import("value.zig").Value; +const Value = @import("Value.zig"); const Module = @import("Module.zig"); const RangeSet = @This(); const SwitchProngSrc = @import("Module.zig").SwitchProngSrc; -- cgit v1.2.3