Decstation now croaks on multi-line assertions. eliminate them.

This commit is contained in:
K. Richard Pixley 1991-10-10 10:43:30 +00:00
parent c2fa4ebcdd
commit 15211bed3c
1 changed files with 4 additions and 0 deletions

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