This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH RFA: Add extern "C" to libcpp header files


On Sun, 31 May 2009, Ian Lance Taylor wrote:

> This patch adds extern "C" to the header files in libcpp.  This is a
> stage toward enabling builds with C++.  My present plan is to have gcc
> be built using a C++ compiler but libcpp be built with a C compiler.  In
> the future, libcpp will probably move to a C++ compiler as well.  It may
> or may not be desirable to retain a C interface even when libcpp is
> built with a C++ compiler; I don't know.
> 
> Bootstrapped on x86_64-unknown-linux-gnu.  OK for mainline?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]