Merge pull request #1036 from jlhouchin/devel

fixed parens around getSysType arguments
This commit is contained in:
zah
2014-03-26 11:39:59 +02:00

View File

@@ -258,7 +258,7 @@ proc nMinusOne*(n: PNode): PNode =
# Remember to fix the procs below this one when you make changes!
proc makeRangeWithStaticExpr*(c: PContext, n: PNode): PType =
let intType = getSysType tyInt
let intType = getSysType(tyInt)
result = newTypeS(tyRange, c)
result.sons = @[intType]
result.n = newNode(nkRange, n.info, @[