diff --git a/gas/config/ho-decstation.h b/gas/config/ho-decstation.h index b703d97dfc..b6b8c75a73 100644 --- a/gas/config/ho-decstation.h +++ b/gas/config/ho-decstation.h @@ -22,4 +22,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern char *malloc(); extern int free(); +#if !defined(__GNUC__) +#define know(x) +#endif /* not gcc */ + /* end of ho-pmax.h */