diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-01-11 04:28:36 +0000 |
---|---|---|
committer | Shujing Zhao <pzhao@gcc.gnu.org> | 2010-01-11 04:28:36 +0000 |
commit | f94e1d66dad5e6662b0b9b613431b31db0c2d032 (patch) | |
tree | 6da9b5591db4c4d4d899fdcd54c5d47b13baa8fb /gcc/po/exgettext | |
parent | 06bfe1d0e2c40805cc6fa1d8d39f59c4d529965f (diff) | |
download | gcc-f94e1d66dad5e6662b0b9b613431b31db0c2d032.zip gcc-f94e1d66dad5e6662b0b9b613431b31db0c2d032.tar.gz gcc-f94e1d66dad5e6662b0b9b613431b31db0c2d032.tar.bz2 |
re PR translation/42467 (exgettext should not remove TABs from option help strings)
gcc/po/
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42467
* exgettext: Keep the text before tab character in the option help
string at *.opt file.
gcc/
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42469
* common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
character between option name and help text.
* c.opt (imultilib): Likewise.
gcc/fortran
2010-01-11 Joseph Myers <joseph@codesourcery.com>
Shujing Zhao <pearly.zhao@oracle.com>
PR translation/42469
* lang.opt (fblas-matmul-limit=, finit-character=, finit-integer=,
finit-logical=, finit-real=, fmax-array-constructor=): Use tab
character between option name and help text.
Co-Authored-By: Shujing Zhao <pearly.zhao@oracle.com>
From-SVN: r155801
Diffstat (limited to 'gcc/po/exgettext')
-rw-r--r-- | gcc/po/exgettext | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/po/exgettext b/gcc/po/exgettext index 6b784e4..9c22482 100644 --- a/gcc/po/exgettext +++ b/gcc/po/exgettext @@ -197,7 +197,6 @@ echo "scanning option files..." >&2 } else { if (field == 2) { line = $0 - gsub(".*\t", "", line) printf("#line %d \"%s\"\n", lineno, file) printf("_(\"%s\")\n", line) } |