From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 17 Jun 2004 12:11:42 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] any success with current plan9port on sunos5.8? In-Reply-To: <200406170753.i5H7r4F23190@zamenhof.cs.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200406170233.i5H2XUR02533@plg2.math.uwaterloo.ca> <200406170753.i5H7r4F23190@zamenhof.cs.utwente.nl> Topicbox-Message-UUID: a56be6be-eacd-11e9-9e20-41e7f4b1d025 Give up on _EXTENSIONS_ whatever that means. Yield is a function provided by a system library. The right fix is to rename the one the Plan 9 libraries are calling. #defining random things to make yield disappear from view only makes the compiler think there is no problem; it does not fix the problem. Russ