preprocessor, 'inline', and Apple's gcc

David Monniaux David.Monniaux at imag.fr
Mon Mar 17 09:39:22 CET 2008


Sorry, replace
#elif defined(__STDC__) && __STDC__ >= 199901L /* __GNUC__*/
by

#elif defined(__STDC__) && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 1990
01L /* not __GNUC__*/





More information about the gmp-discuss mailing list