gas/ChangeLog:
2016-06-05  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
	* itbl-parse.y (yyerror): Use modern argument declaration style.
+2016-06-05  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * itbl-parse.y (yyerror): Use modern argument declaration style.
+
 2016-06-05  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
        * config/tc-sh.c (parse_reg): Change type of mode argument to
 
 %%
 
 static int
-yyerror (msg)
-     const char *msg;
+yyerror (const char *msg)
 {
   printf ("line %d: %s\n", insntbl_line, msg);
   return 0;