Fix compile time warning building gas for the NDS32 with gcc v6.1.1
[deliverable/binutils-gdb.git] / gas / itbl-parse.y
index e9dac5cd199ea758b7bd30f8011e768f74afaec6..b28c48e7517cf3b7f9b14ade8b5875205c45ca00 100644 (file)
@@ -450,8 +450,7 @@ value:
 %%
 
 static int
-yyerror (msg)
-     const char *msg;
+yyerror (const char *msg)
 {
   printf ("line %d: %s\n", insntbl_line, msg);
   return 0;
This page took 0.022778 seconds and 4 git commands to generate.