aboutsummaryrefslogtreecommitdiff
path: root/libcpp/po
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 16:43:18 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-24 16:43:18 +0000
commit8ead626f46a7999ef830fc27535f48f1a076d75d (patch)
tree331656b16b688eb020749eb1258db87a3ef089a0 /libcpp/po
parent08d88e7204409d2c9afa5ca1dab221e0547e8a64 (diff)
* cpplib.pot: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/po')
-rw-r--r--libcpp/po/ChangeLog4
-rw-r--r--libcpp/po/cpplib.pot78
2 files changed, 43 insertions, 39 deletions
diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog
index 7ec355312e2..54e601c1b58 100644
--- a/libcpp/po/ChangeLog
+++ b/libcpp/po/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-24 Joseph Myers <joseph@codesourcery.com>
+
+ * cpplib.pot: Regenerate.
+
2011-03-05 Joseph Myers <joseph@codesourcery.com>
* cpplib.pot: Regenerate.
diff --git a/libcpp/po/cpplib.pot b/libcpp/po/cpplib.pot
index 8b6a2177873..111ec3dde68 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: http://gcc.gnu.org/bugs.html\n"
-"POT-Creation-Date: 2011-03-05 19:43+0000\n"
+"POT-Creation-Date: 2011-03-24 16:40+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"
@@ -353,57 +353,57 @@ msgstr ""
msgid "_Pragma takes a parenthesized string literal"
msgstr ""
-#: directives.c:1917
+#: directives.c:1927
msgid "#else without #if"
msgstr ""
-#: directives.c:1922
+#: directives.c:1932
msgid "#else after #else"
msgstr ""
-#: directives.c:1924
-#: directives.c:1957
+#: directives.c:1934
+#: directives.c:1967
msgid "the conditional began here"
msgstr ""
-#: directives.c:1950
+#: directives.c:1960
msgid "#elif without #if"
msgstr ""
-#: directives.c:1955
+#: directives.c:1965
msgid "#elif after #else"
msgstr ""
-#: directives.c:1993
+#: directives.c:2003
msgid "#endif without #if"
msgstr ""
-#: directives.c:2073
+#: directives.c:2083
msgid "missing '(' after predicate"
msgstr ""
-#: directives.c:2088
+#: directives.c:2098
msgid "missing ')' to complete answer"
msgstr ""
-#: directives.c:2108
+#: directives.c:2118
msgid "predicate's answer is empty"
msgstr ""
-#: directives.c:2135
+#: directives.c:2145
msgid "assertion without predicate"
msgstr ""
-#: directives.c:2138
+#: directives.c:2148
msgid "predicate must be an identifier"
msgstr ""
-#: directives.c:2224
+#: directives.c:2234
#, c-format
msgid "\"%s\" re-asserted"
msgstr ""
-#: directives.c:2515
+#: directives.c:2525
#, c-format
msgid "unterminated #%s"
msgstr ""
@@ -532,106 +532,106 @@ msgstr ""
msgid "this use of \"defined\" may not be portable"
msgstr ""
-#: expr.c:751
+#: expr.c:756
msgid "floating constant in preprocessor expression"
msgstr ""
-#: expr.c:757
+#: expr.c:762
msgid "imaginary number in preprocessor expression"
msgstr ""
-#: expr.c:804
+#: expr.c:809
#, c-format
msgid "\"%s\" is not defined"
msgstr ""
-#: expr.c:816
+#: expr.c:821
msgid "assertions are a GCC extension"
msgstr ""
-#: expr.c:819
+#: expr.c:824
msgid "assertions are a deprecated extension"
msgstr ""
-#: expr.c:952
-#: expr.c:981
+#: expr.c:957
+#: expr.c:986
#, c-format
msgid "missing binary operator before token \"%s\""
msgstr ""
-#: expr.c:972
+#: expr.c:977
#, c-format
msgid "token \"%s\" is not valid in preprocessor expressions"
msgstr ""
-#: expr.c:989
+#: expr.c:994
msgid "missing expression between '(' and ')'"
msgstr ""
-#: expr.c:992
+#: expr.c:997
#, c-format
msgid "%s with no expression"
msgstr ""
-#: expr.c:995
+#: expr.c:1000
#, c-format
msgid "operator '%s' has no right operand"
msgstr ""
-#: expr.c:1000
+#: expr.c:1005
#, c-format
msgid "operator '%s' has no left operand"
msgstr ""
-#: expr.c:1026
+#: expr.c:1031
msgid " ':' without preceding '?'"
msgstr ""
-#: expr.c:1054
+#: expr.c:1059
#, c-format
msgid "unbalanced stack in %s"
msgstr ""
-#: expr.c:1074
+#: expr.c:1079
#, c-format
msgid "impossible operator '%u'"
msgstr ""
-#: expr.c:1175
+#: expr.c:1180
msgid "missing ')' in expression"
msgstr ""
-#: expr.c:1204
+#: expr.c:1209
msgid "'?' without following ':'"
msgstr ""
-#: expr.c:1214
+#: expr.c:1219
msgid "integer overflow in preprocessor expression"
msgstr ""
-#: expr.c:1219
+#: expr.c:1224
msgid "missing '(' in expression"
msgstr ""
-#: expr.c:1251
+#: expr.c:1256
#, c-format
msgid "the left operand of \"%s\" changes sign when promoted"
msgstr ""
-#: expr.c:1256
+#: expr.c:1261
#, c-format
msgid "the right operand of \"%s\" changes sign when promoted"
msgstr ""
-#: expr.c:1515
+#: expr.c:1520
msgid "traditional C rejects the unary plus operator"
msgstr ""
-#: expr.c:1598
+#: expr.c:1603
msgid "comma operator in operand of #if"
msgstr ""
-#: expr.c:1734
+#: expr.c:1739
msgid "division by zero in #if"
msgstr ""