From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 25 Jun 2010 20:58:48 -0400 To: 9fans@9fans.net Message-ID: <503a7bb59e4d2b42457812d0f6e071ca@kw.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] comment and newline in define Topicbox-Message-UUID: 37049f28-ead6-11e9-9d60-3106f5b1d025 > The [568]c compilers in the Go tree are based on the Inferno/Plan 9 > compilers. Did something change? yes. they've changed a number of things. here's a sample of what the op ment #include #include #define x /* this is * such a drag */ y void main(void) { int y; x = 1; print("%d\n", x); exits(""); } allowing that would seem to me to invite trouble. - erik