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]

[committed] Fix Objective-C++ build


Since now lookup_name is the same between C++ and C front-end,
we can now remove objcp_lookup_name which was only needed
because lookup_name was different between the two.

Anyways I committed this as obvious after a quick build/test
of Objective-C++.

Thanks,
Andrew Pinski

ChangeLog:

	* objcp-decl.c (objcp_lookup_name): Remove.
	* objcp-decl.h (objcp_lookup_name): Delete.
	(lookup_name): Kill define.

Attachment: fixobjcp.diff.txt
Description: ASCII C program text


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