diff options
author | Araq <rumpf_a@web.de> | 2013-09-24 16:07:07 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-24 16:07:07 +0200 |
commit | 8b5aa221adc9946894225dc569bac9d2d8bdde6d (patch) | |
tree | 4affd857c41c15ed3ba4e0d2c210b69f30664489 /lib/core | |
parent | 83584bf88934c45ce10e770ee15d070a09f88f45 (diff) | |
download | Nim-8b5aa221adc9946894225dc569bac9d2d8bdde6d.tar.gz |
support for multiple modules of the same name; niminst supports 'platforms'; minor bugfixes
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 92cd2d315..fc93a157d 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -38,7 +38,7 @@ type nnkObjUpConv, nnkChckRangeF, nnkChckRange64, nnkChckRange, nnkStringToCString, nnkCStringToString, nnkAsgn, nnkFastAsgn, nnkGenericParams, nnkFormalParams, nnkOfInherit, - nnkModule, nnkProcDef, nnkMethodDef, nnkConverterDef, + nnkImportAs, nnkProcDef, nnkMethodDef, nnkConverterDef, nnkMacroDef, nnkTemplateDef, nnkIteratorDef, nnkOfBranch, nnkElifBranch, nnkExceptBranch, nnkElse, nnkAsmStmt, nnkPragma, nnkPragmaBlock, nnkIfStmt, nnkWhenStmt, |