summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/itbl-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/gas/itbl-parse.y')
-rw-r--r--contrib/binutils/gas/itbl-parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/gas/itbl-parse.y b/contrib/binutils/gas/itbl-parse.y
index a7a52df..ff48657 100644
--- a/contrib/binutils/gas/itbl-parse.y
+++ b/contrib/binutils/gas/itbl-parse.y
@@ -1,5 +1,5 @@
/* itbl-parse.y
- Copyright 1997, 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright 1997, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -246,7 +246,7 @@ FIXME! hex is ambiguous with any digit
*/
-#include <stdio.h>
+#include "as.h"
#include "itbl-lex.h"
#include "itbl-ops.h"
@@ -274,7 +274,7 @@ FIXME! hex is ambiguous with any digit
static int sbit, ebit;
static struct itbl_entry *insn=0;
-static int yyerror PARAMS ((const char *));
+static int yyerror (const char *);
%}
OpenPOWER on IntegriCloud