ingydotnet / inline-c-pm

10 stars 19 forks source link

C Preprocessor Flags Not Properly Passed To Inline::Filters::Preprocess() #42

Closed wbraswell closed 9 years ago

wbraswell commented 9 years ago

This is an issue in both Inline::C and Inline::Filters, we need Preprocess() to correctly utilize a new "cppflags" option containing command-line arguments to be passed directly to the C preprocessor cpp.

I already have working code fixes for both Inline::C and Inline::Filters, I will create docs and tests and create a pull request in the next few days.

wbraswell commented 9 years ago

Thanks everyone! :+1: