pt.c, typeck.c: Remove spurious carriage returns.
authorKelley Cook <kcook@gcc.gnu.org>
Tue, 27 Jul 2004 23:24:07 +0000 (23:24 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Tue, 27 Jul 2004 23:24:07 +0000 (23:24 +0000)
2004-07-27  Kelley Cook  <kcook@gcc.gnu.org>

* pt.c, typeck.c: Remove spurious carriage returns.

From-SVN: r85237

gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/typeck.c

index 3a270bc3fd9f68022e4df1035c3d1cdf753528c1..2bc1ce08d7d8f0af791c5ad37cdb6c1509a5b4b5 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-27  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * pt.c, typeck.c: Remove spurious carriage returns.
+
 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        PR c++/14429
index 7ae18f8f120cdfef1442486b06a835e9900a3ff1..def63108bd4cf8230aa88f4b6f8a7961455cfe86 100644 (file)
@@ -1696,8 +1696,8 @@ check_explicit_specialization (tree declarator,
        error("too few template parameter lists in declaration of `%D'",
              decl);
       else
-       error("explicit specialization of `%D' must be introduced by "\r
-             "`template <>'", decl);\r
+       error("explicit specialization of `%D' must be introduced by "
+             "`template <>'", decl);
 
       /* Fall through.  */
     case tsk_expl_spec:
index 640f512fe7302985ce1a20718ae04198f140a5b1..cad077a13e2a088d7355503d08fce91b142350c7 100644 (file)
@@ -5978,7 +5978,7 @@ check_return_expr (tree retval)
             the current class reference, it is ok.  */
          else if (TREE_CODE (retval) == INDIRECT_REF
                   && TREE_CODE (TREE_OPERAND (retval, 0)) == CALL_EXPR)
-           warn = false;\r
+           warn = false;
        }
 
       if (warn)