summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-09-03 18:00:15 +0200
committerAdam Strzelecki <ono@java.pl>2015-09-03 18:00:15 +0200
commita9f114cf13abf8eddb4c15743600d2bb2edad7b0 (patch)
treeeb939c750e14586cd4328ffeab33db8781c6f80d /compiler/options.nim
parent580855d2eb3709db01fb33a9fb249c2036e5bb34 (diff)
downloadNim-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