From mboxrd@z Thu Jan 1 00:00:00 1970 From: dmr@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] C compiler and junk mail MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010302204118.94957199D5@mail.cse.psu.edu> Date: Fri, 2 Mar 2001 15:41:07 -0500 Topicbox-Message-UUID: 6bdd7d30-eac9-11e9-9e20-41e7f4b1d025 > If you really care, use 8c -p to invoke a strict ANSI preprocessor. But this won't deal with // either, except with the -+ option (which -p doesn't generate). You need to run cpp in a pipeline. Dennis