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

Allow monitoring of macro usage #12

Closed shevek closed 10 years ago

shevek commented 10 years ago

https://github.com/ochafik/jcpp/commit/5b44deefbee41dc6b4eda7d44e30bb96adc248cf#commitcomment-5110790

Always call getMacro() not macros.get() in Preprocessor.

shevek commented 10 years ago

Should be done in 1.4.2.

https://github.com/shevek/jcpp/commit/ba46db6bbe54aa0ac97ba3a4567617b143750c0a

@ochafik I'd be interested to know whether this solves your use case.