Hi,
I'm trying to compile a program in C. I'm not using any C++ code, but I see that the symbol __cplusplus is defined and seems to be affecting some low level. The only place I see this symbol is used is here:
I'm not using any C++ sources. Is there anyway I can remove this? Any way of disabling C++ compilation? Rigth now the only thing I can think of is inserting this:
#undef __cplusplus