Subject: Re: __extension__ not actually present in gcc2.7.2.2?
To: Klaus Klein <kleink@ira.uka.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-toolchain
Date: 02/23/1999 12:26:31
> It turns out that __extension__ in this context is first supported in
> gcc 2.8.0; as this one is our only current use of this kind and the
> comment in <sys/cdefs.h> is essentially correct, I've modified the
> previous change to <net/if_arp.h> to handle this case.

Thanks.

> (I don't think that using a zero-sized array is a Good Idea, though.)

Agreed..