diff options
author | Araq <rumpf_a@web.de> | 2012-10-12 17:13:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-10-12 17:13:58 +0200 |
commit | 9bbf56bdbbaeac269a94ece1dbd611e1eb57dda8 (patch) | |
tree | 6600856ae0862173c4c4fdac71dfc91a39e855ab /compiler/condsyms.nim | |
parent | 8717742f002b8b1505daad4ce92776fabe15e671 (diff) | |
download | Nim-9bbf56bdbbaeac269a94ece1dbd611e1eb57dda8.tar.gz |
allow 'mixin' in generics
Diffstat (limited to 'compiler/condsyms.nim')
-rwxr-xr-x | compiler/condsyms.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 8c8d02612..f8f3c9dee 100755 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -58,6 +58,7 @@ proc InitDefines*() = # for bootstrapping purposes and old code: DefineSymbol("nimhygiene") DefineSymbol("niminheritable") + DefineSymbol("nimmixin") # add platform specific symbols: case targetCPU |