summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorcooldome <cdome@bk.ru>2018-09-03 12:25:59 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-09-03 13:25:59 +0200
commite63c66b8104225cefe0413471410ef4c072f9954 (patch)
treecd2aaf32d9fda170074c247b5a310650020ef8f9 /compiler/ast.nim
parent1abef2dc59e812f7aee41620bf5cd298f5cc8270 (diff)
downloadNim-e63c66b8104225cefe0413471410ef4c072f9954.tar.gz
Add sym owner to macros (#8253)
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 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