mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Remove import "core:runtime" in integers.odin to make -vet happy
This commit is contained in:
@@ -113,7 +113,7 @@ is_integer_negative_128 :: proc(x: u128, is_signed: bool, bit_size: int) -> (u:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
import "core:runtime"
|
// import "core:runtime"
|
||||||
|
|
||||||
append_bits_128 :: proc(buf: []byte, x: u128, base: int, is_signed: bool, bit_size: int, digits: string, flags: Int_Flags) -> string {
|
append_bits_128 :: proc(buf: []byte, x: u128, base: int, is_signed: bool, bit_size: int, digits: string, flags: Int_Flags) -> string {
|
||||||
if base < 2 || base > MAX_BASE {
|
if base < 2 || base > MAX_BASE {
|
||||||
|
|||||||
Reference in New Issue
Block a user