bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] Problem detecting libsigsegv on gawk 4.0.0 on Solaris 9 S


From: Aharon Robbins
Subject: Re: [bug-gawk] Problem detecting libsigsegv on gawk 4.0.0 on Solaris 9 Sparc w/Sun Studio 12
Date: Thu, 07 Jul 2011 22:36:35 +0300
User-agent: Heirloom mailx 12.4 7/29/08

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]