Parse 'difficult' commands in separate routine
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Dec 2018 21:35:01 +0000 (22:35 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Dec 2018 21:35:01 +0000 (22:35 +0100)
commitf9b3d49480bbbf3200dde21ca58dcd5ae41bcfa1
treed11a9224a891f8a8dfa67646acc3a4bd72e26fcc
parent0eb214919078bb63985e66a39b392a7d125e3218
Parse 'difficult' commands in separate routine

The parsing of (most) commands that can only be executed when not searching
is now put in a separate routine DoCommand(). This in preparation for
having the engine thread do this.
UCI2WB.c