This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [libobjc] May I tweak objc-api.h?
- From: Alexander Malmberg <alexander at malmberg dot org>
- To: GCC List <gcc at gcc dot gnu dot org>
- Cc: discuss-gnustep at gnu dot org, objc-language at lists dot apple dot com
- Date: Fri, 06 Feb 2004 23:02:27 +0100
- Subject: Re: [libobjc] May I tweak objc-api.h?
- References: <584F3E58-58E6-11D8-8FBE-000393673036@apple.com>
Ziemowit Laski wrote:
> typedef struct objc_super {
> id self; /* Id of the object sending
> the message. */
> Class class; /* Object's super class.
> */
> } Super, *Super_t;
[snip]
> So, do you think it would be OK to rename 'class' above to, say,
> 'super_class'?
This field is used in GNUstep. What do you propose that code should do
to work with both versions? Change the name only if __cplusplus is
defined?
- Alexander Malmberg