* alpha-opc.c (unop): Encode with RB as $sp.
[deliverable/binutils-gdb.git] / binutils / arparse.y
index d6c7600a87cc8d41c9b241c71af6bd459b3b3940..a03c2c42e2fbed75eba594da1be776ca2480acf8 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* arparse.y - Stange script language parser */
 
-/*   Copyright (C) 1992, 93, 95, 97, 98, 1999 Free Software Foundation, Inc.
+/*   Copyright 1992, 1993, 1995, 1997, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -193,7 +193,7 @@ verbose_command:
 
 static int
 yyerror (x)
-     const char *x;
+     const char *x ATTRIBUTE_UNUSED;
 {
   extern int linenumber;
 
This page took 0.02348 seconds and 4 git commands to generate.