shevek / jcpp

The C Preprocessor as a Java library
http://www.anarres.org/projects/jcpp/
Apache License 2.0
106 stars 36 forks source link

Support for anonymous args in variadic macros #6

Closed ochafik closed 10 years ago

ochafik commented 10 years ago

jcpp should support __VA_ARGS__.

Here's a fix ready to be cherry-picked from JNAerator's fork:

https://github.com/ochafik/jcpp/commit/444a57ccec05e15529da6738ca4e6017be085248

(can send a PR, but it currently depends on #4)

shevek commented 10 years ago

Implemented in github, will be in 1.4.1. Thank you.