From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <030701c410d1$a974a620$6d4a7d50@SOMA> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] acme, rio workalike available in plan 9 ports MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Tue, 23 Mar 2004 13:23:31 +0100 Topicbox-Message-UUID: 3def8d60-eacd-11e9-9e20-41e7f4b1d025 > char *(*fcalls[])(Fid*) = { > [Tversion] rversion, > > where [Tversion] is not understood. this is Ken C. [Tversion] is used as the value for the index in the array to reference rversion. for lunix systems, just hack/comment them out and make sure all the tables are in sync (by hand or |sort). > moreover, there are some files where plan9 cc allows a cast to a struct, > which sun cc does not allow. one example, acme.c, has > > rs = cleanrname((Runestr){rb, nr}); more Ken C: use a temporary variable.