mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 14:19:15 +08:00
Summary: Mark help string in DEFPARAM as no-c-format
PR translation/65959 * params.h (DEFPARAM): Rename msgid to nocmsgid. From-SVN: r222682
This commit is contained in:
parent
11642de8a8
commit
ab528787ff
@ -1,3 +1,8 @@
|
||||
2015-05-01 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
PR translation/65959
|
||||
* params.h (DEFPARAM): Rename msgid to nocmsgid.
|
||||
|
||||
2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* gcc/config/aarch64/aarch64-protos.h (tune_params):
|
||||
|
@ -81,7 +81,7 @@ extern void set_param_value (const char *name, int value,
|
||||
|
||||
enum compiler_param
|
||||
{
|
||||
#define DEFPARAM(enumerator, option, msgid, default, min, max) \
|
||||
#define DEFPARAM(enumerator, option, nocmsgid, default, min, max) \
|
||||
enumerator,
|
||||
#include "params.def"
|
||||
#undef DEFPARAM
|
||||
|
Loading…
x
Reference in New Issue
Block a user