| author | |
| committer | |
| log | 357f42da6c2f158fff2afa28a56b7e0e7a8a5963 |
| tree | 9b3d6a81d27efec1b993bfc0225e08682ad29276 |
| parent | a284be3f69aabb13ad64753e03601169e8292a24 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/compiler_rt/int.zig+1-1| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | const builtin = @import("builtin"); |
| 3 | 3 | const testing = @import("std").testing; |
| 4 | 4 | const maxInt = @import("std").math.maxInt; |
| 5 | const minInt = @import("std").math.maxInt; | |
| 5 | const minInt = @import("std").math.minInt; | |
| 6 | 6 | |
| 7 | 7 | const udivmod = @import("udivmod.zig").udivmod; |
| 8 | 8 |