From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 14 Nov 2010 16:47:02 -0500 From: Ori Bernstein To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <20101114164702.0ea58b5f.ori@eigenstate.org> In-Reply-To: References: <4CDFBF0D.1060604@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Charles Forsyth Subject: Re: [9fans] Plan9 development Topicbox-Message-UUID: 7e2ca972-ead6-11e9-9d60-3106f5b1d025 Compound literal support is unimplemented for arrays. Also, most c99 headers are missing, even the simple ones like stdint.h. It seems most of the work to fix that would be teaching OSTRUCT to work with arrays in com.c *dives back into schoolwork* On Sun, 14 Nov 2010 21:44:07 +0000, Charles Forsyth wrote: > >I have successfully avoided using autoconf and similar stuff in my > >projects by adhering to strict C99, but in an ironic twist of fate, Plan > >9 will be the OS that forces me to use something like autoconf due to > >the limited C99 support. -- Ori Bernstein