From: Ian Lance Taylor Date: Thu, 8 Apr 1993 19:55:44 +0000 (+0000) Subject: * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d565311f22653f65007fb7598d425b0825c21401;p=binutils-gdb.git * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, rather than undefining know. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 60b5c0ebe76..b899b851b41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 8 12:52:46 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, + rather than undefining know. + Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) * doc/as.texinfo: converted conditional markup to use new diff --git a/gas/config/ho-decstatn.h b/gas/config/ho-decstatn.h index e13ea037d86..30d0d600894 100644 --- a/gas/config/ho-decstatn.h +++ b/gas/config/ho-decstatn.h @@ -23,7 +23,7 @@ extern char *malloc (); extern int free (); #if !defined(__GNUC__) -#define know(x) +#define BROKEN_ASSERT #endif /* not gcc */ /* end of ho-decstation.h */