summaryrefslogtreecommitdiff
path: root/gcc/stub-objc.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-12 19:00:38 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-12 19:00:38 +0000
commitcab08a395a0cde5653a217e6fce1163e20dcd480 (patch)
tree018ae30fbec0fbac3167801eba3683f684fece14 /gcc/stub-objc.c
parent2fe2caa65885e4bb520a1b1b057be58cca72f940 (diff)
downloadgcc-cab08a395a0cde5653a217e6fce1163e20dcd480.tar.gz
2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
* stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stub-objc.c')
-rw-r--r--gcc/stub-objc.c2
1 files changed, 1 insertions, 1 deletions
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;