From f64f9e50cca38db24f68ee70d979fd55b1c49868 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 28 Apr 2018 15:13:44 +0200 Subject: correct comparisons for nil strings/seqs --- compiler/condsyms.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/condsyms.nim') 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") -- cgit 1.4.1-2-gfad0