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

pragma() should use source_token() not token() #27

Closed shevek closed 9 years ago

shevek commented 9 years ago

Hi Shevek,

In Preprocessor.pragma() you use token() (2 times). I am almost sure it meant to be source_token() or _token(). Am I right?

Thanks, Igor