void LoadChar
authorceriel <none@none>
Thu, 20 Oct 1994 11:52:15 +0000 (11:52 +0000)
committerceriel <none@none>
Thu, 20 Oct 1994 11:52:15 +0000 (11:52 +0000)
modules/src/input/inp_pkg.spec

index 8356175..c349fa8 100644 (file)
@@ -20,7 +20,7 @@
 
 /* INPUT PRIMITIVES */
 
-#define        LoadChar(dest)  ((dest = *_ipp++) || (dest = loadbuf()))
+#define        LoadChar(dest)  ((void)((dest = *_ipp++) || (dest = loadbuf())))
 #define        PushBack()      (--_ipp)
 #define ChPushBack(ch) (*--_ipp = (ch))