]> git.ipfire.org Git - thirdparty/gcc.git/commit - libobjc/ChangeLog
In libobjc/: 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Wed, 15 Dec 2010 19:47:18 +0000 (19:47 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Wed, 15 Dec 2010 19:47:18 +0000 (19:47 +0000)
commit53f672caaac6f94342d74119d927c790bfca9e9d
treef55c9eb1d455256cc299e37b662a93c700347729
parent2a3b37c3b9f09fe9b020294debf96d0298d7be70
In libobjc/: 2010-12-15 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2010-12-15  Nicola Pero  <nicola.pero@meta-innovation.com>

* objc/message.h (objc_super): When using the modern API, do not
define Super and Super_t, and always use 'super_class' for the
super class field.
(objc_msg_lookup_super): Updated prototype to use 'struct
objc_super *' instead of 'Super_t'.
* sendmsg.c (objc_msg_lookup_super): Updated prototype to use
'struct objc_super *' instead of 'Super_t'.

From-SVN: r167869
libobjc/ChangeLog
libobjc/objc/message.h
libobjc/sendmsg.c