diff options
author | Araq <rumpf_a@web.de> | 2015-04-20 11:44:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-04-20 11:44:54 +0200 |
commit | 2b4e233510ed45c924507110e19cc94f1d849125 (patch) | |
tree | 6450b1b32d9df8db97bbfb298d6eccfa93656264 /lib/core | |
parent | 7be092bba59ceadeccff1fd884cfde0d4df92a44 (diff) | |
parent | b4e938ca21ba5ddadb749da21f9d55db99dc9d9c (diff) | |
download | Nim-2b4e233510ed45c924507110e19cc94f1d849125.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Diffstat (limited to 'lib/core')
-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 b78b94bd1..777d991d4 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 |