summaryrefslogtreecommitdiff
path: root/gcc/optc-gen.awk
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-06 22:42:28 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-06 22:42:28 +0000
commitb1fcce272741d6d859d21a887ba5491285baf0e7 (patch)
treea4029a76419863ddf4fb54daa0a4f19418273c12 /gcc/optc-gen.awk
parent0d423da8bb596fbe91c665220b120599d2c6bef6 (diff)
downloadgcc-b1fcce272741d6d859d21a887ba5491285baf0e7.tar.gz
gcc/
PR other/20792 * Makefile.in (gcc.pot): Remove options.c dependency. * optc-gen.awk: Don't quote help strings with N_(). gcc/po/ PR other/20792 * exgettext: Don't scan options.c. Scan .opt files for help strings. * gcc.pot: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optc-gen.awk')
-rw-r--r--gcc/optc-gen.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk
index 94e2ddb65da..85038bc5eac 100644
--- a/gcc/optc-gen.awk
+++ b/gcc/optc-gen.awk
@@ -126,7 +126,7 @@ for (i = 0; i < n_opts; i++)
if (help[i] == "")
hlp = "0"
else
- hlp = "N_(" quote help[i] quote ")";
+ hlp = quote help[i] quote;
printf(" { %c-%s%c,\n %s,\n %s, %u, %s, %s, %s }%s\n",
quote, opts[i], quote, hlp, back_chain[i], len,