Sun May 29 19:58:53 2011ryan [...] rcfox.ca - Ticket created
Subject:
Macro with named varargs not supported
Date:
Sun, 29 May 2011 19:58:37 -0400
To:
bug-Convert-Binary-C [...] rt.cpan.org
From:
Ryan Fox <ryan [...] rcfox.ca>
Attempting to parse a variadic macro with a named variable argument fails
with: missing comma before '...'
Example: #define FOO(a,b...) whatever
Removing the 'b' from the definition allows the parser to continue.
This is supported by GCC (
http://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html) but I'm not sure
about other compilers.
Thu Jul 23 05:59:33 2015MHX [...] cpan.org - Status changed from 'new' to 'open'