* call.c (build_conditional_expr): Fix typo in comment.
From-SVN: r28391
This commit is contained in:
parent
a33ab1b1de
commit
09dd27d417
@ -1,3 +1,7 @@
|
||||
1999-08-01 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* call.c (build_conditional_expr): Fix typo in comment.
|
||||
|
||||
1999-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||
|
||||
* decl.c (finish_stmt): Don't declare and test cond_stack, loop_stack,
|
||||
|
@ -2754,8 +2754,8 @@ build_conditional_expr (arg1, arg2, arg3)
|
||||
|
||||
/* As a G++ extension, the second argument to the conditional can be
|
||||
omitted. (So that `a ? : c' is roughly equivalent to `a ? a :
|
||||
c'.) If second operand is omitted, make sure it is calculated
|
||||
only once. */
|
||||
c'.) If the second operand is omitted, make sure it is
|
||||
calculated only once. */
|
||||
if (!arg2)
|
||||
{
|
||||
if (pedantic)
|
||||
|
Loading…
Reference in New Issue
Block a user