diff options
author | Araq <rumpf_a@web.de> | 2015-09-08 20:32:40 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-09 09:39:47 +0200 |
commit | d5c5fd425f0dbbfddd35a7fff27f377cd9392903 (patch) | |
tree | 05afd76f5340b0d465cf727826822d80a67715b6 /compiler | |
parent | 55e479657a7c626bb635b9158ebabdccf1eb7465 (diff) | |
download | Nim-d5c5fd425f0dbbfddd35a7fff27f377cd9392903.tar.gz |
fixes #3230
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/semfold.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semfold.nim b/compiler/semfold.nim index 2ab43a9c9..70276a6d4 100644 --- a/compiler/semfold.nim +++ b/compiler/semfold.nim @@ -435,7 +435,7 @@ proc evalOp(m: TMagic, n, a, b, c: PNode): PNode = mAppendStrStr, mAppendSeqElem, mSetLengthStr, mSetLengthSeq, mParseExprToAst, mParseStmtToAst, mExpandToAst, mTypeTrait, mDotDot, mNLen..mNError, mEqRef, mSlurp, mStaticExec, mNGenSym, mSpawn, - mParallel, mPlugin, mGetTypeInfo: + mParallel, mPlugin, mGetTypeInfo, mTypeOf: discard of mEqProc: result = newIntNodeT(ord( |