Merge branch 'master' of github.com:Araq/Nimrod

This commit is contained in:
Araq
2013-07-25 22:40:47 +02:00

View File

@@ -368,7 +368,7 @@ proc evalOp(m: TMagic, n, a, b, c: PNode): PNode =
mExit, mInc, ast.mDec, mEcho, mSwap, mAppendStrCh,
mAppendStrStr, mAppendSeqElem, mSetLengthStr, mSetLengthSeq,
mParseExprToAst, mParseStmtToAst, mExpandToAst, mTypeTrait,
mNLen..mNError, mEqRef, mSlurp, mStaticExec:
mNLen..mNError, mEqRef, mSlurp, mStaticExec, mNGenSym:
nil
of mRand:
result = newIntNodeT(math.random(a.getInt.int), n)