* config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,

rather than undefining know.
This commit is contained in:
Ian Lance Taylor 1993-04-08 19:55:44 +00:00
parent ac91d2ca5b
commit d565311f22
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 */