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:
parent
0954f3eb52
commit
616adc4732
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user