diff options
author | Veladus <veladus@web.de> | 2017-12-11 21:49:28 +0100 |
---|---|---|
committer | Veladus <veladus@web.de> | 2017-12-11 21:49:28 +0100 |
commit | 15f72d0cf1390971e047f22dabf7a9e5b24fd85b (patch) | |
tree | 62449933045d7b0768e9951feb86b9bd340563b7 /compiler/ast.nim | |
parent | a15ddf4013c5157e7532c71aa2045e07947782fb (diff) | |
download | Nim-15f72d0cf1390971e047f22dabf7a9e5b24fd85b.tar.gz |
Now analyzes over magics instead of symbol names; but dosn't compile for me
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 5bf4184c9..5b923acb2 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -639,7 +639,8 @@ type mEqIdent, mEqNimrodNode, mSameNodeType, mGetImpl, mNHint, mNWarning, mNError, mInstantiationInfo, mGetTypeInfo, mNGenSym, - mNimvm, mIntDefine, mStrDefine, mRunnableExamples + mNimvm, mIntDefine, mStrDefine, mRunnableExamples, + mException # things that we can evaluate safely at compile time, even if not asked for it: const |