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

Better #line token handling #9

Open shevek opened 10 years ago

shevek commented 10 years ago

https://github.com/jeffplourde/jcpp/commit/1c078608bb6ecdda6253b3fe0fac56731d15a761#commitcomment-5105734

shevek commented 9 years ago

@jeffplourde This seems to be related to computing line offsets for source which has already been preprocessed, thus already contains #line markers?