Commit f276fb54 by David Edelsohn Committed by David Edelsohn

* function.c (assign_parms): Fix formatting.

From-SVN: r77478
parent fefcb65c
2004-02-07 David Edelsohn <edelsohn@gnu.org>
* function.c (assign_parms): Fix formatting.
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
* default.h (PROMOTE_PROTOTYPES): Remove.
......
......@@ -4392,7 +4392,8 @@ assign_parms (tree fndecl)
/* Set NAMED_ARG if this arg should be treated as a named arg. For
most machines, if this is a varargs/stdarg function, then we treat
the last named arg as if it were anonymous too. */
named_arg = targetm.calls.strict_argument_naming (&args_so_far) ? 1 : ! last_named;
named_arg = (targetm.calls.strict_argument_naming (&args_so_far)
? 1 : !last_named);
if (TREE_TYPE (parm) == error_mark_node
/* This can happen after weird syntax errors
......
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