Skip Menu |

This queue is for tickets about the Convert-Binary-C CPAN distribution.

Report information
The Basics
Id: 68536
Status: open
Priority: 0/
Queue: Convert-Binary-C

People
Owner: Nobody in particular
Requestors: ryan [...] rcfox.ca
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.