diff options
author | Adam Strzelecki <ono@java.pl> | 2015-09-03 18:00:15 +0200 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-09-03 18:00:15 +0200 |
commit | a9f114cf13abf8eddb4c15743600d2bb2edad7b0 (patch) | |
tree | eb939c750e14586cd4328ffeab33db8781c6f80d /compiler/options.nim | |
parent | 580855d2eb3709db01fb33a9fb249c2036e5bb34 (diff) | |
download | Nim-a9f114cf13abf8eddb4c15743600d2bb2edad7b0.tar.gz |
osproc: Define and select spawn/fork same way
Previously startProcessAuxFork was defined even when it was unused, also the compile time condition to select spawn vs fork was not always the same for definitions and calls. This change just defines the condition in one place as constant, then in other places we just check for `when useProcessAuxSpawn`.
Diffstat (limited to 'compiler/options.nim')
0 files changed, 0 insertions, 0 deletions