diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-07-25 15:31:18 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2018-07-25 15:31:18 +0100 |
commit | 44f916dcce75b552a5c7bcc37f712620fcfd9127 (patch) | |
tree | 795addd988cc8f04e1f4b41ed5c92e629a040b53 /libcpp | |
parent | a96377575b546f2207c83906c68683af30fe92f7 (diff) | |
download | gcc-44f916dcce75b552a5c7bcc37f712620fcfd9127.zip gcc-44f916dcce75b552a5c7bcc37f712620fcfd9127.tar.gz gcc-44f916dcce75b552a5c7bcc37f712620fcfd9127.tar.bz2 |
Regenerate .pot files.
gcc/po:
* gcc.pot: Regenerate.
libcpp/po:
* cpplib.pot: Regenerate.
From-SVN: r262972
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/po/ChangeLog | 4 | ||||
-rw-r--r-- | libcpp/po/cpplib.pot | 52 |
2 files changed, 30 insertions, 26 deletions
diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 08a795a..74c0300 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,7 @@ +2018-07-25 Joseph Myers <joseph@codesourcery.com> + + * cpplib.pot: Regenerate. + 2018-06-11 Joseph Myers <joseph@codesourcery.com> * fr.po: Update. diff --git a/libcpp/po/cpplib.pot b/libcpp/po/cpplib.pot index 5c2b9d1..100dbd9 100644 --- a/libcpp/po/cpplib.pot +++ b/libcpp/po/cpplib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n" -"POT-Creation-Date: 2018-04-23 20:24+0000\n" +"POT-Creation-Date: 2018-07-25 14:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -785,7 +785,7 @@ msgstr "" #: lex.c:2878 #: lex.c:2889 -#: lex.c:2912 +#: lex.c:2913 msgid "(this will be reported only once per input file)" msgstr "" @@ -793,11 +793,11 @@ msgstr "" msgid "C++ style comments are incompatible with C90" msgstr "" -#: lex.c:2918 +#: lex.c:2919 msgid "multi-line comment" msgstr "" -#: lex.c:3298 +#: lex.c:3299 #, c-format msgid "unspellable token %s" msgstr "" @@ -875,94 +875,94 @@ msgstr "" msgid "function-like macro \"%s\" must be used with arguments in traditional C" msgstr "" -#: macro.c:2098 +#: macro.c:2094 #, c-format msgid "" "invoking macro %s argument %d: empty macro arguments are undefined in ISO C+" "+98" msgstr "" -#: macro.c:2106 -#: macro.c:2115 +#: macro.c:2102 +#: macro.c:2111 #, c-format msgid "" "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90" msgstr "" -#: macro.c:3073 +#: macro.c:3069 #, c-format msgid "duplicate macro parameter \"%s\"" msgstr "" -#: macro.c:3122 +#: macro.c:3118 #, c-format msgid "\"%s\" may not appear in macro parameter list" msgstr "" -#: macro.c:3130 +#: macro.c:3126 msgid "macro parameters must be comma-separated" msgstr "" -#: macro.c:3149 +#: macro.c:3145 msgid "parameter name missing" msgstr "" -#: macro.c:3170 +#: macro.c:3166 msgid "anonymous variadic macros were introduced in C++11" msgstr "" -#: macro.c:3174 -#: macro.c:3179 +#: macro.c:3170 +#: macro.c:3175 msgid "anonymous variadic macros were introduced in C99" msgstr "" -#: macro.c:3186 +#: macro.c:3182 msgid "ISO C++ does not permit named variadic macros" msgstr "" -#: macro.c:3189 +#: macro.c:3185 msgid "ISO C does not permit named variadic macros" msgstr "" -#: macro.c:3199 +#: macro.c:3195 msgid "missing ')' in macro parameter list" msgstr "" -#: macro.c:3250 +#: macro.c:3246 msgid "'##' cannot appear at either end of a macro expansion" msgstr "" -#: macro.c:3287 +#: macro.c:3283 msgid "ISO C++11 requires whitespace after the macro name" msgstr "" -#: macro.c:3290 +#: macro.c:3286 msgid "ISO C99 requires whitespace after the macro name" msgstr "" -#: macro.c:3315 +#: macro.c:3311 msgid "missing whitespace after the macro name" msgstr "" -#: macro.c:3352 +#: macro.c:3348 msgid "'#' is not followed by a macro parameter" msgstr "" -#: macro.c:3519 +#: macro.c:3515 #, c-format msgid "\"%s\" redefined" msgstr "" -#: macro.c:3524 +#: macro.c:3520 msgid "this is the location of the previous definition" msgstr "" -#: macro.c:3585 +#: macro.c:3581 #, c-format msgid "macro argument \"%s\" would be stringified in traditional C" msgstr "" -#: macro.c:3621 +#: macro.c:3617 #, c-format msgid "invalid hash type %d in cpp_macro_definition" msgstr "" |