X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=gcc%2Fc-dump.c;h=c26f288cacd073aaf51fc5ef06af152388f7cb87;hb=e99c3a1d0a11dad2e2b51f061ad4d3c0a98b67b6;hp=904e76be8ada9ca6d47bb126fa9e289557b2b28d;hpb=a02d3bc94b101e76e718b94abb482cadc8d2b91b;p=pf3gnuchains%2Fgcc-fork.git 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