| Index: opcodes/w65-dis.c
|
| diff --git a/opcodes/w65-dis.c b/opcodes/w65-dis.c
|
| index 60d9b04595930c9086cbd27486c9bde5866a2e01..943e432d5abeb1216ee4624c945b9f31213c9904 100644
|
| --- a/opcodes/w65-dis.c
|
| +++ b/opcodes/w65-dis.c
|
| @@ -1,5 +1,5 @@
|
| /* Disassemble WDC 65816 instructions.
|
| - Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007
|
| + Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2012
|
| Free Software Foundation, Inc.
|
|
|
| This file is part of the GNU opcodes library.
|
| @@ -19,8 +19,9 @@
|
| Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| -#include <stdio.h>
|
| #include "sysdep.h"
|
| +#include <stdio.h>
|
| +
|
| #define STATIC_TABLE
|
| #define DEFINE_TABLE
|
|
|
|
|