mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
* Fix #12832 * nimVm -> nimvm in json.nim * Use suggestSym() instead of markUsed(); Also use styleCheckUse() for finding style violations
This commit is contained in:
committed by
Andreas Rumpf
parent
73dd348ddd
commit
ff5ef95414
@@ -1135,7 +1135,7 @@ when defined(nimFixedForwardGeneric):
|
||||
when defined js:
|
||||
`tmpSym`.`kindSym` = kindTmp
|
||||
else:
|
||||
when nimVm:
|
||||
when nimvm:
|
||||
`tmpSym`.`kindSym` = kindTmp
|
||||
else:
|
||||
# fuck it, assign kind field anyway
|
||||
|
||||
Reference in New Issue
Block a user