bug-gnulib
[Top][All Lists]
Advanced

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

Re: stdarg: don't put compiler in gnu99 mode by default


From: Ludovic Courtès
Subject: Re: stdarg: don't put compiler in gnu99 mode by default
Date: Fri, 11 Apr 2008 16:45:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi Bruno,

Bruno Haible <address@hidden> writes:

> + #ifdef __GNUC_STDC_INLINE__
> + #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ 
> ((__gnu_inline__))

Unfortunately that doesn't work on MacOS X because Apple's GCC (labeled
"4.0") implements C99 inline semantics but

  1. Does not define `__GNUC_STDC_INLINE__'.
  2. Does not support `__gnu_inline__'.

(See my message in the other thread.)

Thanks,
Ludovic.





reply via email to

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