fixed parens around getSysType arguments

This commit is contained in:
Jimmie Houchin
2014-03-25 17:48:27 -05:00
parent 9e66d988e7
commit c58ec376b6

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, @[