mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Rework the options handling.
This commit is contained in:
@@ -29,7 +29,7 @@ int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
/* Sets the Options. */
|
||||
option (argc, argv);
|
||||
option.parse_options (argc, argv);
|
||||
|
||||
/* Initializes the key word list. */
|
||||
Gen_Perf generate_table;
|
||||
|
||||
Reference in New Issue
Block a user