From: K. Richard Pixley Date: Thu, 10 Oct 1991 10:43:30 +0000 (+0000) Subject: Decstation now croaks on multi-line assertions. eliminate them. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15211bed3cfa18c5e3f1b3024eb45764c859b405;p=binutils-gdb.git Decstation now croaks on multi-line assertions. eliminate them. --- diff --git a/gas/config/ho-decstation.h b/gas/config/ho-decstation.h index b703d97dfcd..b6b8c75a73f 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 */