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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue