1
0
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:
Bruno Haible
2002-11-13 18:18:48 +00:00
parent 5e5d12ca2d
commit c8f007fe8b
12 changed files with 739 additions and 439 deletions

View File

@@ -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;