* function.c (assign_parms): Fix formatting.

From-SVN: r77478
This commit is contained in:
David Edelsohn 2004-02-08 02:48:34 +00:00 committed by David Edelsohn
parent fefcb65c3d
commit f276fb546f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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