(start_decl): Correct order of parameter declarations.
From-SVN: r3148
This commit is contained in:
parent
9e518ef7e7
commit
eaa81144e0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user