jcpp
jcpp copied to clipboard
Re-check multiline comment whitespace preservation
Hi!
When comments are not passed through (KEEPCOMMENTS or KEEPALLCOMMENTS
are not set), it is better to generate #line after /* ... */ or to pull
new lines form the comment to preserve in-to-out line
numbering correspondence. Of course, whoever wants the correspondence
has a way around: enable comments.
Thanks,
Igor
Perhaps resolved by #29?