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

2004-07-27  Kelley Cook  <kcook@gcc.gnu.org>

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

From-SVN: r85237
This commit is contained in:
Kelley Cook 2004-07-27 23:24:07 +00:00 committed by R. Kelley Cook
parent 0954f3eb52
commit 616adc4732
3 changed files with 7 additions and 3 deletions

View 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

View 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 "
"`template <>'", decl);
error("explicit specialization of `%D' must be introduced by "
"`template <>'", decl);
/* Fall through. */
case tsk_expl_spec:

View 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;
warn = false;
}
if (warn)