"Dimitrie O. Paun" dpaun@rogers.com writes:
Anyone remembers why we need our own cpp implementation, instead of simply using cpp/gcc -E?
I believe it was mostly issues with getting rid of C code in header files, though that is handled in the main parser now. Still, it's not guaranteed that the C preprocessor would handle non C code correctly.