Subject: Re: __extension__ not actually present in gcc2.7.2.2?
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: Klaus Klein <kleink@ira.uka.de>
List: tech-toolchain
Date: 02/23/1999 18:09:47
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.

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