From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200204251558.LAA22297@math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 8c bug? In-Reply-To: Your message of "Thu, 25 Apr 2002 11:56:49 EDT." <200204251556.g3PFunF24635@honti.mit.edu> From: Dan Cross Date: Thu, 25 Apr 2002 11:58:42 -0400 Topicbox-Message-UUID: 7aa3639c-eaca-11e9-9e20-41e7f4b1d025 > It seems that 8c does not like typestr as an indentifier: compiling > /********/ > extern void sx(int *typestr); > /********/ > gives an error message: > > term% 8c foo.c > foo.c:1 syntax error, last name typestr > > Is there a bug in 8c? This came up a few months ago.... typestr is a reserved word in the Plan 9 compiler compiler. - Dan C.