From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4d95201587124bf36889be11b7effcce@hamnavoe.com> To: 9fans@cse.psu.edu From: Richard Miller <9fans@hamnavoe.com> Date: Tue, 8 Feb 2005 09:37:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] C compiler bug? Topicbox-Message-UUID: 04848e6a-ead0-11e9-9d60-3106f5b1d025 Or misunderstanding? term% cat t.c #define STRING "//foo" main() { print(STRING); } term% 8c t.c t.c:6 newline in string t.c:6 syntax error, last name: "" term%