diff options
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r-- | gcc/c-dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c index 904e76be8ad..c26f288cacd 100644 --- a/gcc/c-dump.c +++ b/gcc/c-dump.c @@ -809,8 +809,8 @@ static struct dump_file_info dump_files[TDI_end] = /* Define a name->number mapping for a dump flag value. */ struct dump_option_value_info { - const char *name; /* the name of the value */ - int value; /* the value of the name */ + const char *const name; /* the name of the value */ + const int value; /* the value of the name */ }; /* Table of dump options. This must be consistent with the TDF_* flags |