--hint:processing (+friends) is now supported and means --hint:processing:on, like all other bool flags (#14271)

This commit is contained in:
Timothee Cour
2020-05-08 09:54:16 -07:00
committed by GitHub
parent ce16115e79
commit 411be506a3
5 changed files with 30 additions and 6 deletions

View File

@@ -2068,7 +2068,7 @@ const
## is the minor number of Nim's version.
## Odd for devel, even for releases.
NimPatch* {.intdefine.}: int = 1
NimPatch* {.intdefine.}: int = 3
## is the patch number of Nim's version.
import system/dollars