From 15211bed3cfa18c5e3f1b3024eb45764c859b405 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 10 Oct 1991 10:43:30 +0000 Subject: [PATCH] Decstation now croaks on multi-line assertions. eliminate them. --- gas/config/ho-decstation.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gas/config/ho-decstation.h b/gas/config/ho-decstation.h index b703d97..b6b8c75 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 */ -- 2.7.4