diff options
author | Araq <rumpf_a@web.de> | 2015-08-21 02:34:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-21 02:34:34 +0200 |
commit | 695e2e970e5ee560d324d6775c202f9b808f97fa (patch) | |
tree | ee9a89024a46a4eaf425c1000b5c0406c5c99633 /compiler/ast.nim | |
parent | a2bb7d4c71e0804dd57c8e4d7ba16cf61ab184f1 (diff) | |
download | Nim-695e2e970e5ee560d324d6775c202f9b808f97fa.tar.gz |
implemented macros.getImpl
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 3a4158204..a0a5d204a 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -602,7 +602,7 @@ type mNSetFloatVal, mNSetSymbol, mNSetIdent, mNSetType, mNSetStrVal, mNLineInfo, mNNewNimNode, mNCopyNimNode, mNCopyNimTree, mStrToIdent, mIdentToStr, mNBindSym, mLocals, mNCallSite, - mEqIdent, mEqNimrodNode, mSameNodeType, + mEqIdent, mEqNimrodNode, mSameNodeType, mGetImpl, mNHint, mNWarning, mNError, mInstantiationInfo, mGetTypeInfo, mNGenSym |