summary refs log tree commit diff stats
path: root/rod/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-03-25 01:49:42 +0100
committerAraq <rumpf_a@web.de>2011-03-25 01:49:42 +0100
commitbd4f0b94aeca0f3fa5b083281ebbb2157625ce55 (patch)
treed39d8022432891fcf53aed8afaec71ddb031adca /rod/ast.nim
parent032599c156260a0892522b6ce858b1cdff08df84 (diff)
downloadNim-bd4f0b94aeca0f3fa5b083281ebbb2157625ce55.tar.gz
added 'reset' magic proc
Diffstat (limited to 'rod/ast.nim')
-rwxr-xr-xrod/ast.nim5
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,