Commit b515ab3d by Jeffrey A Law Committed by Jeff Law

* function.c (assign_parms): Fix typo in last change.

From-SVN: r17769
parent ededb2fc
Sun Feb 8 00:09:59 1998 Jeffrey A Law (law@cygnus.com)
* function.c (assign_parms): Fix typo in last change.
Sat Feb 7 23:54:29 1998 Robert Lipe <robertl@dgii.com>
* gcc.c: Include <strings.h>/<string.h>, <stdlib.h>, <unistd.h>,
......
......@@ -3642,7 +3642,7 @@ assign_parms (fndecl, second_time)
#ifdef STRICT_ARGUMENT_NAMING
int named_arg = 1;
#else
int named_arg = ! last_name;
int named_arg = ! last_named;
#endif
if (TREE_TYPE (parm) == error_mark_node
......
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