public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Mark help string in DEFPARAM as no-c-format
@ 2015-05-01 11:27 Andreas Schwab
  2015-05-01 13:58 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2015-05-01 11:27 UTC (permalink / raw)
  To: gcc-patches

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(-)

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
-- 
2.4.0

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Mark help string in DEFPARAM as no-c-format
  2015-05-01 11:27 [PATCH] Mark help string in DEFPARAM as no-c-format Andreas Schwab
@ 2015-05-01 13:58 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2015-05-01 13:58 UTC (permalink / raw)
  To: Andreas Schwab, gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-01 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-01 11:27 [PATCH] Mark help string in DEFPARAM as no-c-format Andreas Schwab
2015-05-01 13:58 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).