From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] what's wrong with this? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 7 Oct 2002 10:34:39 -0400 Topicbox-Message-UUID: ff236414-eaca-11e9-9e20-41e7f4b1d025 the correct workaround is #define assert(x) ((x) ? 0 : (_assert("x"), 0))