bug-gnulib
[Top][All Lists]
Advanced

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

Re: Recommended headers include order


From: Bruno Haible
Subject: Re: Recommended headers include order
Date: Fri, 11 Jan 2008 00:56:04 +0100
User-agent: KMail/1.5.4

Sylvain Beucler wrote:
> Afaics Gnulib's string.h will define __attribute__ to be empty:
> 
>   #ifndef __attribute__
>   /* This feature is available in gcc versions 2.5 and later.  */
>   # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || 
> __STRICT_ANSI__
>   #  define __attribute__(Spec) /* empty */
>   # endif

Which version of gcc are you using, and with which CFLAGS and CPPFLAGS?

Bruno





reply via email to

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