summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
diff options
context:
space:
mode:
authorcooldome <ariabushenko@bk.ru>2018-04-29 23:28:18 +0100
committercooldome <ariabushenko@bk.ru>2018-04-29 23:28:18 +0100
commit3e5c94664d0d490340bc1a0c23ff129d284aae23 (patch)
tree08c1ea5e3e3cf20cb67c05e415f5a659d0d60484 /compiler/condsyms.nim
parent0ef93bdea4dba268e7e30e31aab7922ee55168f7 (diff)
parent9d77f61038ddabeb4b59847d709e6d722e743082 (diff)
downloadNim-3e5c94664d0d490340bc1a0c23ff129d284aae23.tar.gz
merge devel
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r--compiler/condsyms.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 028aedb5b..08dda9b6a 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -82,7 +82,6 @@ proc countDefinedSymbols*(): int =
 
 proc initDefines*() =
   gSymbols = newStringTable(modeStyleInsensitive)
-  defineSymbol("nimrod") # 'nimrod' is always defined
   # for bootstrapping purposes and old code:
   defineSymbol("nimhygiene")
   defineSymbol("niminheritable")
@@ -115,3 +114,4 @@ proc initDefines*() =
   defineSymbol("nimHasNilChecks")
   defineSymbol("nimSymKind")
   defineSymbol("nimVmEqIdent")
+  defineSymbol("nimNoNil")