-/* $NetBSD: header.h,v 1.21 2008/02/03 20:11:05 dholland Exp $ */
+/* $NetBSD: header.h,v 1.22 2008/08/29 00:37:38 gmcgarry Exp $ */
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
#endif /* VT100 */
/* macro to output one byte to the output buffer */
-#define lprc(ch) ((lpnt>=lpend)?(*lpnt++ =(ch), lflush()):(*lpnt++ =(ch)))
+#define lprc(ch) ((lpnt>=lpend)?(void)(*lpnt++ = (ch), lflush()):(void)(*lpnt++ = (ch)))
/* macro to seed the random number generator */
#define seedrand(x) (randx=x)