compiler: rename value.zig to Value.zig
This commit only does the file rename to be friendlier to version control conflicts.
This commit is contained in:
@@ -19,7 +19,7 @@ const Module = Zcu;
|
||||
const Zcu = @This();
|
||||
const Compilation = @import("Compilation.zig");
|
||||
const Cache = std.Build.Cache;
|
||||
const Value = @import("value.zig").Value;
|
||||
const Value = @import("Value.zig");
|
||||
const Type = @import("type.zig").Type;
|
||||
const TypedValue = @import("TypedValue.zig");
|
||||
const Package = @import("Package.zig");
|
||||
|
||||
Reference in New Issue
Block a user