diff options
author | Araq <rumpf_a@web.de> | 2014-04-14 08:45:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-14 08:45:43 +0200 |
commit | b961e47bfe519bf456a3e8a0dba3025a3c047b04 (patch) | |
tree | 1054a10c42d5c1d0205d14b9ea655218c6be2508 /compiler/ast.nim | |
parent | 817337af304b8cdf8b96754ae039044840333a02 (diff) | |
download | Nim-b961e47bfe519bf456a3e8a0dba3025a3c047b04.tar.gz |
new concurrency model: first steps; shared is not a keyword anymore
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 0652bd3e7..791b73685 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -559,7 +559,7 @@ type mFloat, mFloat32, mFloat64, mFloat128, mBool, mChar, mString, mCstring, mPointer, mEmptySet, mIntSetBaseType, mNil, mExpr, mStmt, mTypeDesc, - mVoidType, mPNimrodNode, + mVoidType, mPNimrodNode, mShared, mGuarded, mIsMainModule, mCompileDate, mCompileTime, mNimrodVersion, mNimrodMajor, mNimrodMinor, mNimrodPatch, mCpuEndian, mHostOS, mHostCPU, mAppType, mNaN, mInf, mNegInf, |