autoconf
[Top][All Lists]
Advanced

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

Variadic macro support


From: nash
Subject: Variadic macro support
Date: Thu, 24 Aug 2006 10:50:06 -0400

Does anyone happen to have a check to determine if variadic macros
with no named args are supported in C99 mode? The following works fine
under gcc, but flames out with a nasty-gram under AIX's c99 compiler:

 #define my_debug_macro(...) some_debug_function(__FILE__, __LINE__,
__VA_ARGS__)

Just curious.

-nash




reply via email to

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