From e6a0c88e73bdeec5c8b4b45c1390c91c626a0239 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Thu, 29 Feb 2024 10:37:15 +0100 Subject: [PATCH] add back an alias for `check_top_bit` --- base/boot.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/base/boot.jl b/base/boot.jl index 8ca6d392ead67..f8ed86b0fb6b7 100644 --- a/base/boot.jl +++ b/base/boot.jl @@ -969,6 +969,7 @@ arrayset(inbounds::Bool, A::Array{T}, x::Any, i::Int...) where {T} = Main.Base.s arraysize(a::Array) = a.size arraysize(a::Array, i::Int) = sle_int(i, nfields(a.size)) ? getfield(a.size, i) : 1 export arrayref, arrayset, arraysize, const_arrayref +const check_top_bit = check_sign_bit # For convenience EnterNode(old::EnterNode, new_dest::Int) = isdefined(old, :scope) ?