mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 05:44:26 +08:00
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:
parent
5cd09fac3d
commit
4557bf49fa
@ -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).
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user