diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
commit | 2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf (patch) | |
tree | a302fb0937843d5943c445b3f92318c40e0d30bf /binutils/m68k-pinsn.c | |
parent | 1b78540a998448aae14f21a9c7922d0b5ade161a (diff) | |
download | ppe42-binutils-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.gz ppe42-binutils-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.zip |
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'binutils/m68k-pinsn.c')
-rw-r--r-- | binutils/m68k-pinsn.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/binutils/m68k-pinsn.c b/binutils/m68k-pinsn.c index 21df5d4ad9..100cedf9b0 100644 --- a/binutils/m68k-pinsn.c +++ b/binutils/m68k-pinsn.c @@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* $Id$ $Log$ - Revision 1.2 1991/06/14 22:54:44 steve - *** empty log message *** + Revision 1.3 1991/10/11 11:22:00 gnu + Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. + * Revision 1.2 1991/06/14 22:54:44 steve + * *** empty log message *** + * * Revision 1.1.1.1 1991/03/21 21:26:46 gumby * Back from Intel with Steve * @@ -55,10 +58,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Initial revision * */ +#include "bfd.h" #include "sysdep.h" #include <stdio.h> - -#include "bfd.h" #include "m68k-opcode.h" extern int fputs(); |