mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-16 17:07:23 +00:00
Fix regression due to when bool restriction 361a2d830a
and https://github.com/nim-lang/Nim/issues/7375
This commit is contained in:
parent
bd734b6845
commit
7e0289fbdf
@ -82,7 +82,7 @@ func extPrecAddMul(result: var UintImpl[uint64], u, v: uint64) =
|
||||
|
||||
macro eqSym(x, y: untyped): untyped =
|
||||
let eq = $x == $y # Unfortunately eqIdent compares to string.
|
||||
result = quote do: `eq`
|
||||
result = newLit eq
|
||||
|
||||
func extPrecAddMul[T](result: var UintImpl[UintImpl[T]], u, v: UintImpl[T])
|
||||
func extPrecMul*[T](result: var UintImpl[UintImpl[T]], u, v: UintImpl[T])
|
||||
|
Loading…
x
Reference in New Issue
Block a user