Commit ab528787 by Andreas Schwab Committed by Andreas Schwab

Summary: Mark help string in DEFPARAM as no-c-format

PR translation/65959
* params.h (DEFPARAM): Rename msgid to nocmsgid.

From-SVN: r222682
parent 11642de8
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> 2015-05-01 Wilco Dijkstra <wdijkstr@arm.com>
* gcc/config/aarch64/aarch64-protos.h (tune_params): * gcc/config/aarch64/aarch64-protos.h (tune_params):
......
...@@ -81,7 +81,7 @@ extern void set_param_value (const char *name, int value, ...@@ -81,7 +81,7 @@ extern void set_param_value (const char *name, int value,
enum compiler_param enum compiler_param
{ {
#define DEFPARAM(enumerator, option, msgid, default, min, max) \ #define DEFPARAM(enumerator, option, nocmsgid, default, min, max) \
enumerator, enumerator,
#include "params.def" #include "params.def"
#undef DEFPARAM #undef DEFPARAM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment