From d565311f22653f65007fb7598d425b0825c21401 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 8 Apr 1993 19:55:44 +0000 Subject: [PATCH] * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, rather than undefining know. --- gas/ChangeLog | 5 +++++ gas/config/ho-decstatn.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 */ -- 2.30.2