astToStr is a special magic

This commit is contained in:
Araq
2014-11-14 01:39:53 +01:00
parent b5d741928e
commit 78346c2587

View File

@@ -610,7 +610,7 @@ const
# thus cannot be overloaded (also documented in the spec!):
SpecialSemMagics* = {
mDefined, mDefinedInScope, mCompiles, mLow, mHigh, mSizeOf, mIs, mOf,
mEcho, mShallowCopy, mExpandToAst, mParallel, mSpawn}
mEcho, mShallowCopy, mExpandToAst, mParallel, mSpawn, mAstToStr}
type
PNode* = ref TNode