Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

This commit is contained in:
John Gilmore
1991-10-11 11:22:05 +00:00
parent 1b78540a99
commit 2a5f387b08
8 changed files with 16 additions and 68 deletions

View File

@ -46,6 +46,7 @@
#if 0 /* Should really be part of BFD */
#define nounderscore 1 /* define this is names don't start with _ */
#endif
#include "bfd.h"
#include "sysdep.h"
#include <ctype.h>