[EMAIL PROTECTED] wrote on Tue, 30 May 2006 10:29 -0500:
> I remember seeing other gcc specific features used in the pvfs2 code,  
> such as varargs for macros, so I had thought that they were requiring  
> gcc anyway.  Does intel support varargs for macros?

Yeah, intel has gone out of its way to accept all gcc-isms.  So far
as to actually define _GNUC_, thus pretending to be it.

Variadic macros are C99, but you're right, that may not be available
in some compilers too.  I've no particular idea how common support
for that feature is.

                -- Pete
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to