* config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
authorIan Lance Taylor <ian@airs.com>
Thu, 8 Apr 1993 19:55:44 +0000 (19:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 8 Apr 1993 19:55:44 +0000 (19:55 +0000)
rather than undefining know.

gas/ChangeLog
gas/config/ho-decstatn.h

index 60b5c0ebe763901be93507a841957e99e4575e6a..b899b851b41e7aa981c99ab34acc93654bef8fa5 100644 (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
index e13ea037d86fd4644586d9dd0a24ca131faf6675..30d0d600894192732ec47bdf688e1d06b8691857 100644 (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 */