summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-05-23 08:57:16 +0200
committerAraq <rumpf_a@web.de>2014-05-23 08:57:16 +0200
commitd2dbcf2fa44aa76c6c7ed2c07641560640e6bc6b (patch)
tree86ce8b05f9f73fa637f1c43cbd68aed6a4087a24 /compiler/ast.nim
parent417b9f5a1d13f26842b1337395a0f5b57827cc12 (diff)
downloadNim-d2dbcf2fa44aa76c6c7ed2c07641560640e6bc6b.tar.gz
progress with futures
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 58b01d5e8..c47407ee2 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -605,7 +605,7 @@ const
   # thus cannot be overloaded (also documented in the spec!):
   SpecialSemMagics* = {
     mDefined, mDefinedInScope, mCompiles, mLow, mHigh, mSizeOf, mIs, mOf, 
-    mEcho, mShallowCopy, mExpandToAst, mParallel}
+    mEcho, mShallowCopy, mExpandToAst, mParallel, mSpawn}
 
 type
   PNode* = ref TNode