diff options
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 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 |