Skarsnik / gptrixie

A tool to generate NativeCall code from C headers
Artistic License 2.0
27 stars 9 forks source link

Flatten other arguments to gccxml/castxml #8

Closed eikef closed 8 years ago

eikef commented 8 years ago

Without this, the call to gccxml/castxml contains a stringified list instead of the list as arguments. While gccxml seems to ignore the superfluous characters, castxml does not and appears not to find specified headers without this.