From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1e56ac67c75ab0ab0d61e9569b44f97f@plan9.bell-labs.com> Subject: [9fans] plan9's C compiler and // comments From: David Presotto To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 14 Sep 2003 21:02:23 -0400 Topicbox-Message-UUID: 35d8e0b4-eacc-11e9-9e20-41e7f4b1d025 It accepts it just fine. You're just defining a macro as "wow!" // this won't work and when it gets expanded in the exits you get void main() { exits("wow!" // this won't work); } which eats up the '); }' at the end of the function.