diff options
-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 */ |