On Fri, Jun 15, 2012 at 2:17 PM, Ian Lance Taylor <[email protected]> wrote: > Gabriel Dos Reis <[email protected]> writes: > >> What we can do is what I suggested >> in my last message: just give the language specification to the declarations >> that matter in gcc/system.h. > > Sure, just have to check #ifdef ENABLE_BUILD_WITH_CXX to know what > specification to give.
Hmm... could you elaborate on checking for ENABLE_BUILD_WITH_CXX as opposed to just checkin __cpluscplus ? -- Gaby
