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: Fri, 27 Sep 2002 10:05:43 -0400 Topicbox-Message-UUID: f61733be-eaca-11e9-9e20-41e7f4b1d025 The problem is that assert tries to include the text of what is being asserted, since the compiler doesn't provide preprocessor variables for the current file and line number. Russ