aboutsummaryrefslogtreecommitdiff
path: root/contrib/libobjc/objc/objc.h
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-05-19 01:25:45 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-05-19 01:25:45 +0000
commit00e4af377debde2b8de8b35a963a22d3eac8a1cd (patch)
tree04ce94a3fac826df8fa7dffd160c7e028671cc45 /contrib/libobjc/objc/objc.h
parentf8a1b7d9d8e7e8113637568c296021aea90c1b72 (diff)
Notes
Diffstat (limited to 'contrib/libobjc/objc/objc.h')
-rw-r--r--contrib/libobjc/objc/objc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libobjc/objc/objc.h b/contrib/libobjc/objc/objc.h
index 3b57900d0acf2..ee7612c9754c9 100644
--- a/contrib/libobjc/objc/objc.h
+++ b/contrib/libobjc/objc/objc.h
@@ -1,5 +1,5 @@
/* Basic data types for Objective C.
- Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc.
This file is part of GCC.
@@ -15,8 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
@@ -150,7 +150,7 @@ typedef struct objc_protocol {
typedef void* retval_t; /* return value */
typedef void(*apply_t)(void); /* function pointer */
-typedef union {
+typedef union arglist {
char *arg_ptr;
char arg_regs[sizeof (char*)];
} *arglist_t; /* argument frame */