This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[libobjc] Shouldn't "version" take a long?
- From: Jose Quinteiro <gentoo at quinteiro dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 26 Sep 2007 11:24:02 -0700
- Subject: [libobjc] Shouldn't "version" take a long?
Hello,
The getter/setter for version in Object.M gets/takes an int, and they
eventually get/set the "version" field in struct objc_class. This
field is declared as a long in objc/objc.h.
I'm asking because I think this was causing a crash in GNUMail on 64-bit
systems. More detail:
https://bugs.gentoo.org/show_bug.cgi?id=193806
Thanks,
Jose.