1st step for moving option parsing from winboard to the backend
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Nov 2009 03:24:35 +0000 (19:24 -0800)
committerArun Persaud <arun@nubati.net>
Thu, 19 Nov 2009 03:24:35 +0000 (19:24 -0800)
commitf35945b9d2f4937cadbe7e91d64f8236f57ad031
tree4815519b2f1f5ccbdc724af77ad5214de46694c5
parentcfe2d2d1940d9f17f3197cdcc36f4233150d3db1
1st step for moving option parsing from winboard to the backend

This is a preparatory step in moving option parsing of WinBoard to the back-end.
The table of command-line options now contains a fifth field, holding the compiled-in default.
This obviates most of the front-end routine InitAppData, which now is replaced by a table-driven
initialization routine SetDefaultsFromList(), which could be back-end.
winboard/jaws.c
winboard/winboard.c