(start_decl): Correct order of parameter declarations.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 7 Jan 1993 22:31:22 +0000 (14:31 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 7 Jan 1993 22:31:22 +0000 (14:31 -0800)
From-SVN: r3148

gcc/c-decl.c

index 1ac39a8857109e2073ae58cc734767593444dc85..a980e88f22919a592597d73b2f228f0315e450c1 100644 (file)
@@ -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,