diff options
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 b2e2f2277..0eb05a055 100755 --- a/compiler/semfold.nim +++ b/compiler/semfold.nim @@ -204,7 +204,7 @@ proc evalOp(m: TMagic, n, a, b, c: PNode): PNode = result = newIntNodeT(Ord( testCompileOptionArg(getStr(a), getStr(b), n.info)), n) of mNewString, mNewStringOfCap, - mExit, mInc, ast.mDec, mEcho, mAssert, mSwap, mAppendStrCh, + mExit, mInc, ast.mDec, mEcho, mSwap, mAppendStrCh, mAppendStrStr, mAppendSeqElem, mSetLengthStr, mSetLengthSeq, mParseExprToAst, mParseStmtToAst, mExpandToAst, mNLen..mNError, mEqRef: |