summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-04-20 11:44:13 +0300
committerZahary Karadjov <zahary@gmail.com>2018-06-16 16:46:32 +0300
commitfb27357b6217f53dc882e83fc128da578ad51764 (patch)
tree9922a3180ce7ce445500925aedb38ba932cfcc62 /compiler/condsyms.nim
parent8633b1b3097e1627f16a52fc648f0e14c647a688 (diff)
downloadNim-fb27357b6217f53dc882e83fc128da578ad51764.tar.gz
A minimal patch enabling the new typedesc and static types syntax
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r--compiler/condsyms.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 56587a4fa..8b2d36722 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -44,6 +44,7 @@ proc initDefines*(symbols: StringTableRef) =
   defineSymbol("nimcomputedgoto")
   defineSymbol("nimunion")
   defineSymbol("nimnewshared")
+  defineSymbol("nimNewTypedesc")
   defineSymbol("nimrequiresnimframe")
   defineSymbol("nimparsebiggestfloatmagic")
   defineSymbol("nimalias")