diff options
Diffstat (limited to 'rod/ast.nim')
-rwxr-xr-x | rod/ast.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rod/ast.nim b/rod/ast.nim index 91eb37506..e19192f1f 100755 --- a/rod/ast.nim +++ b/rod/ast.nim @@ -331,8 +331,9 @@ type mPlusSet, mMinusSet, mSymDiffSet, mConStrStr, mConArrArr, mConArrT, mConTArr, mConTT, mSlice, mAppendStrCh, mAppendStrStr, mAppendSeqElem, mInRange, mInSet, mRepr, mExit, mSetLengthStr, mSetLengthSeq, mAssert, - mSwap, mIsNil, mArrToSeq, mCopyStr, mCopyStrLast, mNewString, mArray, - mOpenArray, mRange, mSet, mSeq, mOrdinal, mInt, mInt8, mInt16, mInt32, + mSwap, mIsNil, mArrToSeq, mCopyStr, mCopyStrLast, mNewString, mReset, + mArray, mOpenArray, mRange, mSet, mSeq, + mOrdinal, mInt, mInt8, mInt16, mInt32, mInt64, mFloat, mFloat32, mFloat64, mBool, mChar, mString, mCstring, mPointer, mEmptySet, mIntSetBaseType, mNil, mExpr, mStmt, mTypeDesc, mIsMainModule, mCompileDate, mCompileTime, mNimrodVersion, mNimrodMajor, |