Commit 09dd27d4 by Mark Mitchell Committed by Mark Mitchell

* call.c (build_conditional_expr): Fix typo in comment.

From-SVN: r28391
parent a33ab1b1
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> 1999-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
* decl.c (finish_stmt): Don't declare and test cond_stack, loop_stack, * decl.c (finish_stmt): Don't declare and test cond_stack, loop_stack,
......
...@@ -2754,8 +2754,8 @@ build_conditional_expr (arg1, arg2, arg3) ...@@ -2754,8 +2754,8 @@ build_conditional_expr (arg1, arg2, arg3)
/* As a G++ extension, the second argument to the conditional can be /* As a G++ extension, the second argument to the conditional can be
omitted. (So that `a ? : c' is roughly equivalent to `a ? a : omitted. (So that `a ? : c' is roughly equivalent to `a ? a :
c'.) If second operand is omitted, make sure it is calculated c'.) If the second operand is omitted, make sure it is
only once. */ calculated only once. */
if (!arg2) if (!arg2)
{ {
if (pedantic) if (pedantic)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment