mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* src/options.h, src/options.c (create_long_option_table): Rename
as... (long_option_table_new): this, with a clearer prototype. (percent_table): Remove, unused, * src/getargs.c (getargs): Adjust.
This commit is contained in:
@@ -51,12 +51,11 @@ struct option_table_struct
|
||||
};
|
||||
|
||||
extern const char *shortopts;
|
||||
extern struct option *longopts;
|
||||
|
||||
/* Table which contain all options. */
|
||||
extern const struct option_table_struct option_table[];
|
||||
|
||||
/* Set the longopts variable from option_table. */
|
||||
void create_long_option_table PARAMS ((void));
|
||||
struct option *long_option_table_new PARAMS ((void));
|
||||
|
||||
#endif /* !OPTIONS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user