summaryrefslogtreecommitdiffstats
path: root/defaultopts.h
Commit message (Collapse)AuthorAgeFilesLines
* Move correct_pts to options structUoti Urpala2008-04-231-0/+1
|
* Start of new option systemUoti Urpala2008-04-231-0/+2
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.