This is the mail archive of the gcc-cvs@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]

r148032 - in /trunk/include: ChangeLog ansidecl...


Author: ian
Date: Mon Jun  1 05:47:20 2009
New Revision: 148032

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148032
Log:
	* ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
	the way we treat an ISO C compiler.  Don't define inline as a
	macdro when compiling with C++.
	* dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
	when compiling with C++.
	* fibheap.h: Add extern "C" when compiling with C++.

Modified:
    trunk/include/ChangeLog
    trunk/include/ansidecl.h
    trunk/include/dyn-string.h
    trunk/include/fibheap.h


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