Skip to content

Commit 899fa9c

Browse files
committed
fixup
1 parent b634dad commit 899fa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/condsyms.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ proc initDefines*(symbols: StringTableRef) =
7777
defineSymbol("nimHasUserErrors")
7878
defineSymbol("nimUncheckedArrayTyp")
7979
defineSymbol("nimHasTypeof")
80-
defineSymbol("nimErrorProcCanHaveBody") # since #9665 but now unused
80+
defineSymbol("nimErrorProcCanHaveBody")
8181
defineSymbol("nimHasInstantiationOfInMacro")
8282
defineSymbol("nimHasHotCodeReloading")
8383
defineSymbol("nimHasNilSeqs")

0 commit comments

Comments
 (0)