Commit eaa81144 by Jim Wilson

(start_decl): Correct order of parameter declarations.

From-SVN: r3148
parent 9e518ef7
......@@ -3057,7 +3057,7 @@ int debug_temp_inits = 1;
tree
start_decl (declarator, declspecs, initialized)
tree declspecs, declarator;
tree declarator, declspecs;
int initialized;
{
register tree decl = grokdeclarator (declarator, declspecs,
......
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