We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b634dad commit 899fa9cCopy full SHA for 899fa9c
compiler/condsyms.nim
@@ -77,7 +77,7 @@ proc initDefines*(symbols: StringTableRef) =
77
defineSymbol("nimHasUserErrors")
78
defineSymbol("nimUncheckedArrayTyp")
79
defineSymbol("nimHasTypeof")
80
- defineSymbol("nimErrorProcCanHaveBody") # since #9665 but now unused
+ defineSymbol("nimErrorProcCanHaveBody")
81
defineSymbol("nimHasInstantiationOfInMacro")
82
defineSymbol("nimHasHotCodeReloading")
83
defineSymbol("nimHasNilSeqs")
0 commit comments