From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "peter a. cejchan" Message-ID: <71652467.0210070548.3a21bf5e@posting.google.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit References: <79dc8d5b2d0f6aaa2d6b20dabe37be4b@plan9.bell-labs.com> Subject: Re: [9fans] what's wrong with this? Date: Mon, 7 Oct 2002 13:53:13 +0000 Topicbox-Message-UUID: ff1babb6-eaca-11e9-9e20-41e7f4b1d025 sape@plan9.bell-labs.com (Sape Mullender) wrote in message [snip] > For starters, it's abhorrently awful code. You're also using macros recursively. > Assert is a macro: > #define assert(x) if(x){}else _assert("x") > Substitute it in your code and behold the mess you get. > > What are you trying to save with this macro anyway? > > Sape eeeeeeeeeeeeeeeeeeeeeeeh! it isn't my code... just trying to ape-port someone else's (jpeg-2000 standard codec (i depend on it with my hi-quality compressed images)). could you, please, show me a correct workaround (for the time being i just dropped assert()) ??? TIA, cheers, ++pac.