diff options
author | fowlmouth <phowl.mouth@gmail.com> | 2015-03-28 03:19:48 -0500 |
---|---|---|
committer | fowlmouth <phowl.mouth@gmail.com> | 2015-03-28 03:19:48 -0500 |
commit | f8917e8ad3074035f5c0bc8722fd239c5f3771db (patch) | |
tree | 1659ad12466bc8e803a353baa9a89a0b29f5faba /lib/core/macros.nim | |
parent | 165619552a7ad0fa4f594963ee0441dd711edfd4 (diff) | |
download | Nim-f8917e8ad3074035f5c0bc8722fd239c5f3771db.tar.gz |
add ntys up to ntyNot
Diffstat (limited to 'lib/core/macros.nim')
-rw-r--r-- | lib/core/macros.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 5583748e0..786b84171 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -88,7 +88,9 @@ type ntyBigNum, ntyConst, ntyMutable, ntyVarargs, ntyIter, - ntyError + ntyError, + ntyBuiltinTypeClass, ntyConcept, ntyConceptInst, ntyComposite, + ntyAnd, ntyOr, ntyNot TNimTypeKinds* {.deprecated.} = set[NimTypeKind] NimSymKind* = enum |