[PATCH] gas: Fix comment on definition of frag_grow()
[deliverable/binutils-gdb.git] / gas / itbl-parse.y
index 3aeb3879350246be5694e03cae5e10742e5c03c2..1140d684114243edf86a767c147fac7b459c7f04 100644 (file)
@@ -1,5 +1,5 @@
 /* itbl-parse.y
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -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.023923 seconds and 4 git commands to generate.