summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
Commit message (Collapse)AuthorAgeFilesLines
* Move correct_pts to options structUoti Urpala2008-04-231-0/+7
|
* Move options "vo" and "ao" to common structUoti Urpala2008-04-231-0/+3
|
* Start of new option systemUoti Urpala2008-04-231-0/+9
First part of option restructuring. The aim is to move option values from a huge number of separate globals to a single non-global struct. This part adds some support for parsing option values into such struct instances, and moves one example option (fixed-vo) to the struct.