diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-05-08 09:54:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 18:54:16 +0200 |
commit | 411be506a30a701ab30138c576e21bd15dfaffe4 (patch) | |
tree | 8328f1c7ac39395e748d5d691edf5f3bd4a6430e /lib | |
parent | ce16115e790b4fcd6076d0d0f0024a11ce15a2b7 (diff) | |
download | Nim-411be506a30a701ab30138c576e21bd15dfaffe4.tar.gz |
--hint:processing (+friends) is now supported and means `--hint:processing:on`, like all other bool flags (#14271)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 3f5015542..8878277b7 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -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 |