diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ extern const char **in_fnames; extern unsigned num_in_fnames; extern void decode_options (unsigned int argc, const char **argv); -extern int option_enabled (const struct cl_option *); +extern int option_enabled (int opt_idx); extern void print_filtered_help (unsigned int); #endif |