Summary: Mark help string in DEFPARAM as no-c-format
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 14:07:51 +0000 (14:07 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 14:07:51 +0000 (14:07 +0000)
PR translation/65959
* params.h (DEFPARAM): Rename msgid to nocmsgid.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222682 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/params.h

index 223eb8b..235df6f 100644 (file)
@@ -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):
index 28d077f..f53426d 100644 (file)
@@ -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