From 4557bf49fac7b10c06ecfa164c95d4a17c3722fa Mon Sep 17 00:00:00 2001 From: Thomas Neumann Date: Thu, 12 Apr 2007 19:00:38 +0000 Subject: [PATCH] stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. 2007-04-12 Thomas Neumann * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. From-SVN: r123764 --- gcc/ChangeLog | 4 ++++ gcc/stub-objc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1003b0fb2e2..2504abf5abe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-12 Thomas Neumann + + * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. + 2007-04-12 Richard Sandiford * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H). diff --git a/gcc/stub-objc.c b/gcc/stub-objc.c index 0cd6017fd1a..c2bfe94c214 100644 --- a/gcc/stub-objc.c +++ b/gcc/stub-objc.c @@ -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;