diff mbox

Mark help string in DEFPARAM as no-c-format

Message ID 874mnw35d4.fsf@igel.home
State New
Headers show

Commit Message

Andreas Schwab May 1, 2015, 11:27 a.m. UTC
Tested with make gcc.pot.

Andreas.

	PR translation/65959
	* params.h (DEFPARAM): Rename msgid to nocmsgid.
---
 gcc/params.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jeff Law May 1, 2015, 1:58 p.m. UTC | #1
On 05/01/2015 05:27 AM, Andreas Schwab wrote:
> Tested with make gcc.pot.
>
> Andreas.
>
> 	PR translation/65959
> 	* params.h (DEFPARAM): Rename msgid to nocmsgid.
OK.
jeff
diff mbox

Patch

diff --git a/gcc/params.h b/gcc/params.h
index 28d077f..f53426d 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -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