diff options
author | Araq <rumpf_a@web.de> | 2012-06-03 10:11:01 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-03 10:11:01 +0200 |
commit | 70c283ac6490907940510f643c6e7d9923e93aa7 (patch) | |
tree | 5da5d3252f00e7453d437a7c9d4245592f79f8cf /compiler/semfold.nim | |
parent | 5f527769eed6aafec5fe2f59ec0af31d198cb5f2 (diff) | |
parent | ab18654e593085feb92e8f93f5c575d6ce62cda4 (diff) | |
download | Nim-70c283ac6490907940510f643c6e7d9923e93aa7.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler/semfold.nim')
-rwxr-xr-x | compiler/semfold.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semfold.nim b/compiler/semfold.nim index 82ee7de13..565155791 100755 --- a/compiler/semfold.nim +++ b/compiler/semfold.nim @@ -207,7 +207,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: + mNLen..mNError, mEqRef, mSlurp, mStaticExec: nil of mRand: result = newIntNodeT(math.random(a.getInt.int), n) |