diff options
author | Araq <rumpf_a@web.de> | 2015-07-21 19:00:48 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-21 19:00:48 +0200 |
commit | f192d5aab3cb42bde437ca6aa7819272a55402d3 (patch) | |
tree | e0788ef0be29630d03235dc0a4582524c6840213 | |
parent | d3255f708c2b4f2251a23d7aa9e6cc0523e9806f (diff) | |
download | Nim-f192d5aab3cb42bde437ca6aa7819272a55402d3.tar.gz |
fixes #3099
-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 23666656e..729222220 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: + mParallel, mPlugin, mGetTypeInfo: discard of mEqProc: result = newIntNodeT(ord( |