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

Re-check multiline comment whitespace preservation #28

Open shevek opened 9 years ago

shevek commented 9 years ago
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
shevek commented 9 years ago

Perhaps resolved by #29?