Bring structure in appData engine options
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 18 Apr 2011 11:21:44 +0000 (13:21 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Apr 2011 20:35:08 +0000 (22:35 +0200)
commitf9b929eddb900bbbd09ecb80b47c9b9e00e4cfaa
tree9538640d20ea2bcfba0638096d553ccf78f9d6c4
parent07e40ad61ebfa90a74b8b46103d57d5094dac92d
Bring structure in appData engine options

All options in appData that came in pairs for both engines are replaced
by arrays of ENGINES (=2, for now) elements. The use of the named
appData field that are replaced in the source is replaced by use of the
corresponding array element, by #define directives in common.h, awaiting
their replacement.
args.h
common.h
xboard.c