Path: utzoo!attcan!uunet!husc6!cmcl2!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.std.c Subject: Re: (void) (void) Message-ID: <8438@smoke.ARPA> Date: 6 Sep 88 03:16:29 GMT References: <8131@elsie.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <8131@elsie.UUCP> ado@elsie.UUCP (Arthur David Olson) writes: > (void) (void) 5; >Is the above legal ANSI code? Should it be? It's supposed to be. I remember the committee voting explicitly to allow casting a void expression to void.