mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 10:34:12 +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>
|
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))
|
|||||||
|
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user