summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-10-12 17:13:58 +0200
committerAraq <rumpf_a@web.de>2012-10-12 17:13:58 +0200
commit9bbf56bdbbaeac269a94ece1dbd611e1eb57dda8 (patch)
tree6600856ae0862173c4c4fdac71dfc91a39e855ab /compiler/condsyms.nim
parent8717742f002b8b1505daad4ce92776fabe15e671 (diff)
downloadNim-9bbf56bdbbaeac269a94ece1dbd611e1eb57dda8.tar.gz
allow 'mixin' in generics
Diffstat (limited to 'compiler/condsyms.nim')
-rwxr-xr-xcompiler/condsyms.nim1
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