From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10701160939i7d46b5b1t8f89ab0ae88361cd@mail.gmail.com> Date: Tue, 16 Jan 2007 10:39:38 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] const if false Topicbox-Message-UUID: 04570f06-ead2-11e9-9d60-3106f5b1d025 it's on something like this: if (A != 0 && keylen != A) { } gets an error 'const if false' A is defined to zero. So, what do I care if 'const if false'. I did not write this code ... but it's what they want, evidently. ron