From 4557bf49fac7b10c06ecfa164c95d4a17c3722fa Mon Sep 17 00:00:00 2001 From: Thomas Neumann Date: Thu, 12 Apr 2007 19:00:38 +0000 Subject: 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/stub-objc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stub-objc.c') 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; -- cgit v1.2.1