stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.

2007-04-12  Thomas Neumann  <tneumann@users.sourceforge.net>

	* stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.

From-SVN: r123764
This commit is contained in:
Thomas Neumann 2007-04-12 19:00:38 +00:00 committed by Mike Stump
parent 5cd09fac3d
commit 4557bf49fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
* stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
2007-04-12 Richard Sandiford <richard@codesourcery.com>
* Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).

View File

@ -197,7 +197,7 @@ objc_finish_method_definition (tree ARG_UNUSED (fndecl))
tree
objc_build_keyword_decl (tree ARG_UNUSED (selector),
tree ARG_UNUSED (typename),
tree ARG_UNUSED (type),
tree ARG_UNUSED (identifier))
{
return 0;