Hi, Bruno Haible <[EMAIL PROTECTED]> writes:
> Oh, sorry for the duplicate report. Your report does not appear in > http://lists.gnu.org/archive/html/bug-gmp/ > whereas mine does. And your report appears on gmane, but mine doesn't. > Are these two different maiing lists?? The Gmane list appears to be [EMAIL PROTECTED]', which is the one mentioned on http://gmplib.org/ , so these appears to be two different lists, which is Bad(tm). > Yeah, that was a syntax error of mine. I meant #if, not #ifdef: > > #ifdef __GNUC__ > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) > #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ ((__gnu_inline__)) Hmm, OK, I had also misread the first `>' as `>='. Thanks, Ludovic.