Decstation now croaks on multi-line assertions. eliminate them.
authorK. Richard Pixley <rich@cygnus>
Thu, 10 Oct 1991 10:43:30 +0000 (10:43 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 10 Oct 1991 10:43:30 +0000 (10:43 +0000)
gas/config/ho-decstation.h

index b703d97dfcdcaf0bc8befcf388057e1ba41cc657..b6b8c75a73f1d0983e12161d906e6132ef419692 100644 (file)
@@ -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 */