Skip to content

Commit

Permalink
Update gmp.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 authored Oct 21, 2024
1 parent 7db7a2b commit fc3a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/gmp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import .Base: *, +, -, /, <, <<, >>, >>>, <=, ==, >, >=, ^, (~), (&), (|), xor,
bin, oct, dec, hex, isequal, invmod, _prevpow2, _nextpow2, ndigits0zpb,
widen, signed, unsafe_trunc, trunc, iszero, isone, big, flipsign, signbit,
sign, hastypemax, isodd, iseven, digits!, hash, hash_integer, top_set_bit,
ispositive, isnegative, clamp
ispositive, isnegative, clamp, @deprecate

if Clong == Int32
const ClongMax = Union{Int8, Int16, Int32}
Expand Down

0 comments on commit fc3a0de

Please sign in to comment.