Hacker News new | ask | show | jobs
by bachmeier 1663 days ago
Unfortunately no. A lot does compile, though, if you can avoid compiler extensions. I downloaded the sqlite amalgamation today (several hundred thousand LOC) and ImportC only had two problems, one which was easy to fix, and one I don't know how to fix (__builtin_va_arg).
1 comments

__builtin_va_arg is another gcc compiler extension. It's for functions that deal with ... argument lists.