diff options
author | Araq <rumpf_a@web.de> | 2011-03-25 01:49:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-03-25 01:49:42 +0100 |
commit | bd4f0b94aeca0f3fa5b083281ebbb2157625ce55 (patch) | |
tree | d39d8022432891fcf53aed8afaec71ddb031adca /rod/ast.nim | |
parent | 032599c156260a0892522b6ce858b1cdff08df84 (diff) | |
download | Nim-bd4f0b94aeca0f3fa5b083281ebbb2157625ce55.tar.gz |
added 'reset' magic proc
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, |