2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net>
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2007 19:00:38 +0000 (19:00 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Apr 2007 19:00:38 +0000 (19:00 +0000)
* 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

gcc/ChangeLog
gcc/stub-objc.c

index 1003b0f..2504abf 100644 (file)
@@ -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).
index 0cd6017..c2bfe94 100644 (file)
@@ -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;