Very good then. Hard to remember what c99 features are supported where.
On Aug 27, 2010, at 10:44 AM, Thordur I Bjornsson <bzt...@gmail.com>
wrote:
On Fri, Aug 27, 2010 at 09:34:30AM -0400, Ted Unangst wrote:
On Fri, Aug 27, 2010 at 4:54 AM, Thordur I Bjornsson <bzt...@gmail.com
> wrote:
+/* Global vfs data structures for cd9660. */
+struct vops cd9660_vops = {
+ ? ? ? .vop_default ? ?= eopnotsupp,
+ ? ? ? .vop_lookup ? ? = cd9660_lookup,
+ ? ? ? .vop_create ? ? = cd9660_create,
+ ? ? ? .vop_mknod ? ? ?= cd9660_mknod,
Did you try compiling this on a vax?
I should have made this clear. This syntax is valid on all gcc's
(2, 3, and 4). This was an extension in gcc 2 iirc, that became
standard with C99.
And yes, this has been compiled on archs with all three gcc
variants.