diff options
author | cooldome <cdome@bk.ru> | 2018-09-03 12:25:59 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-09-03 13:25:59 +0200 |
commit | e63c66b8104225cefe0413471410ef4c072f9954 (patch) | |
tree | cd2aaf32d9fda170074c247b5a310650020ef8f9 /compiler/ast.nim | |
parent | 1abef2dc59e812f7aee41620bf5cd298f5cc8270 (diff) | |
download | Nim-e63c66b8104225cefe0413471410ef4c072f9954.tar.gz |
Add sym owner to macros (#8253)
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 001d96060..694944631 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -657,7 +657,7 @@ type mNHint, mNWarning, mNError, mInstantiationInfo, mGetTypeInfo, mNimvm, mIntDefine, mStrDefine, mRunnableExamples, - mException, mBuiltinType + mException, mBuiltinType, mSymOwner # things that we can evaluate safely at compile time, even if not asked for it: const |