diff options
Diffstat (limited to 'gcc/params.h')
-rw-r--r-- | gcc/params.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/params.h b/gcc/params.h index 31455184e58..2d2619f5f40 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -45,11 +45,11 @@ typedef struct param_info { /* The name used with the `--param <name>=<value>' switch to set this value. */ - const char *option; + const char *const option; /* The associated value. */ int value; /* A short description of the option. */ - const char *help; + const char *const help; } param_info; /* An array containing the compiler parameters and their current |