Commit 4557bf49 by Thomas Neumann Committed by Mike Stump

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
parent 5cd09fac
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> 2007-04-12 Richard Sandiford <richard@codesourcery.com>
* Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H). * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
......
...@@ -197,7 +197,7 @@ objc_finish_method_definition (tree ARG_UNUSED (fndecl)) ...@@ -197,7 +197,7 @@ objc_finish_method_definition (tree ARG_UNUSED (fndecl))
tree tree
objc_build_keyword_decl (tree ARG_UNUSED (selector), objc_build_keyword_decl (tree ARG_UNUSED (selector),
tree ARG_UNUSED (typename), tree ARG_UNUSED (type),
tree ARG_UNUSED (identifier)) tree ARG_UNUSED (identifier))
{ {
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment