mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 18:07:59 +00:00
make tests green again on 32bit systems
This commit is contained in:
@@ -140,7 +140,7 @@ type
|
||||
unusedImports*: seq[(PSym, TLineInfo)]
|
||||
exportIndirections*: IntSet
|
||||
|
||||
template idPairToInt*(a, b: int): int = a * 10_000_000 + b
|
||||
template idPairToInt*(a, b: int): int = a * 1_000_000 + b
|
||||
|
||||
template config*(c: PContext): ConfigRef = c.graph.config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user