From: ceriel Date: Thu, 20 Oct 1994 11:52:15 +0000 (+0000) Subject: void LoadChar X-Git-Tag: release-5-5~152 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7b996be765ad68c3c70cf65fa504154d7a24975f;p=ack.git void LoadChar --- diff --git a/modules/src/input/inp_pkg.spec b/modules/src/input/inp_pkg.spec index 835617588..c349fa896 100644 --- a/modules/src/input/inp_pkg.spec +++ b/modules/src/input/inp_pkg.spec @@ -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))