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

``, ## VA_ARGS'' should remove the comma, if the variadic argument is empty. #24

Closed shevek closed 8 years ago

shevek commented 9 years ago

Issue separated from #23 as that has a patch and this has not.

TimePath commented 8 years ago

+1

shevek commented 8 years ago

Quite right too. A fix for this is overdue. Also for the lexing of negative numbers, I suspect, but I need to refer to spec again on that.

shevek commented 8 years ago

Please let me know if you are happy with this, and I will make a release. Thank you for your patience.

shevek commented 8 years ago

Released 1.4.12

TimePath commented 8 years ago

Thank you, functioning as intended now.