summaryrefslogtreecommitdiff
path: root/options.h
Commit message (Collapse)AuthorAgeFilesLines
* Sync'd (overwrote) branch with main branch.millaway2002-04-211-0/+33
|
* Hand-merged (not cvs merge) this branch with main branch.millaway2002-03-201-0/+1
|
* Handled remaining OPT_options.millaway2001-10-231-34/+46
| | | | | Rearranged OPTs in options.[ch] for readability. Tweaked "usage" message.
* Fixed syntax error in options.hmillaway2001-10-221-2/+2
| | | | Renamed OPT_NOFOO to OPT_NO_FOO for readability.
* Added ability for developers to make comments in the skel.millaway2001-10-221-12/+35
| | | | | | | | | Generated scanner now contains "%%" lines as comments. Stop-points "%%" in skel are tagged in both skel and in gen.c and main.c Updated manual to reflect merge of cmd-line opts and %option opts. Fixed bug in error message in main.c. Added some more missing cmd-line options to enum, but not functionality yet. Fixed compiler warning for scanopt.c that only appeared with -O2.
* Options -c and -n are no longer treated or labeled as deprecated options. ↵millaway2001-10-161-1/+1
| | | | They are do-nothing options for POSIX compliance.
* Added long option parsing.millaway2001-10-131-0/+58
All positive %options are now accessible from command line. Added option -D, (like gcc's -D) to define a preprocessor symbol. Added option --header=FILE to specify a C .h file to generate. Options -n and -c, previously deprecated, now cause flex to abort. Options are now parsed left to right.