diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-10 10:43:30 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-10 10:43:30 +0000 |
commit | 15211bed3cfa18c5e3f1b3024eb45764c859b405 (patch) | |
tree | 160978667c5ee4fa94dc51c7268a1b1405b89fdb | |
parent | c2fa4ebcdd5a0860f82e45e7a9b4498463b116a2 (diff) | |
download | gdb-15211bed3cfa18c5e3f1b3024eb45764c859b405.zip gdb-15211bed3cfa18c5e3f1b3024eb45764c859b405.tar.gz gdb-15211bed3cfa18c5e3f1b3024eb45764c859b405.tar.bz2 |
Decstation now croaks on multi-line assertions. eliminate them.
-rw-r--r-- | gas/config/ho-decstation.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |