summary refs log tree commit diff stats
path: root/compiler/semfold.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-03 10:11:01 +0200
committerAraq <rumpf_a@web.de>2012-06-03 10:11:01 +0200
commit70c283ac6490907940510f643c6e7d9923e93aa7 (patch)
tree5da5d3252f00e7453d437a7c9d4245592f79f8cf /compiler/semfold.nim
parent5f527769eed6aafec5fe2f59ec0af31d198cb5f2 (diff)
parentab18654e593085feb92e8f93f5c575d6ce62cda4 (diff)
downloadNim-70c283ac6490907940510f643c6e7d9923e93aa7.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler/semfold.nim')
-rwxr-xr-xcompiler/semfold.nim2
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)