summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-05-06 07:28:19 +0200
committerAraq <rumpf_a@web.de>2014-05-06 07:28:19 +0200
commit1549bed82f0a02d0c396fb88715454624eb641c6 (patch)
treed1f2978daf5d47239df4091d74a6988173aa0f89
parent1df344dee34c890cd89bbdaf4c714375e0426fb1 (diff)
downloadNim-1549bed82f0a02d0c396fb88715454624eb641c6.tar.gz
2nd attempt to fix bootstrapping
-rw-r--r--compiler/ccgexprs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ccgexprs.nim b/compiler/ccgexprs.nim
index 49350fa9c..94a6f4781 100644
--- a/compiler/ccgexprs.nim
+++ b/compiler/ccgexprs.nim
@@ -1623,7 +1623,7 @@ proc genMagicExpr(p: BProc, e: PNode, d: var TLoc, op: TMagic) =
   of mIncl, mExcl, mCard, mLtSet, mLeSet, mEqSet, mMulSet, mPlusSet, mMinusSet,
      mInSet:
     genSetOp(p, e, d, op)
-  of mNewString, mNewStringOfCap, mCopyStr, mCopyStrLast, mExit, mRand:
+  of mNewString, mNewStringOfCap, mCopyStr, mCopyStrLast, mExit:
     var opr = e.sons[0].sym
     if lfNoDecl notin opr.loc.flags:
       discard cgsym(p.module, opr.loc.r.ropeToStr)