diff options
author | cooldome <ariabushenko@bk.ru> | 2018-04-29 23:28:18 +0100 |
---|---|---|
committer | cooldome <ariabushenko@bk.ru> | 2018-04-29 23:28:18 +0100 |
commit | 3e5c94664d0d490340bc1a0c23ff129d284aae23 (patch) | |
tree | 08c1ea5e3e3cf20cb67c05e415f5a659d0d60484 /compiler/condsyms.nim | |
parent | 0ef93bdea4dba268e7e30e31aab7922ee55168f7 (diff) | |
parent | 9d77f61038ddabeb4b59847d709e6d722e743082 (diff) | |
download | Nim-3e5c94664d0d490340bc1a0c23ff129d284aae23.tar.gz |
merge devel
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r-- | compiler/condsyms.nim | 2 |
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") |