]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/nil_method.c
2002-07-02 Rodney Brown <rbrown64@csc.com.au>
[thirdparty/gcc.git] / libobjc / nil_method.c
index 214235bd83ae730e1757c45f82fbcdacb7ed4950..800b0e3bf53f2befde459e5b894253ac37357a92 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime nil receiver function
-   Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995, 1996, 2002 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GNU CC.
@@ -30,11 +30,7 @@ Boston, MA 02111-1307, USA.  */
 #include "runtime.h"
 
 id
-nil_method(id receiver, SEL op __attribute__ ((__unused__)), ...)
+nil_method (id receiver, SEL op __attribute__ ((__unused__)), ...)
 {
   return receiver;
 }
-
-
-
-