Hi Dagobert. > > -#if !defined(__STDC__) || __STDC__ < 1 > > +#if (!defined(__STDC__) || __STDC__ < 1) && !defined(__EXTENSIONS__)
I can understand your frustration but I'm sorry, but this looks to be very specific to the Sun compiler. If you want to extend this so that it's clear it's for the Sun compiler, I'll be more open to accepting a patch. Thanks, Arnold