On 12/10/2009 12:42 AM, Alexey Zakhlestin wrote:
struct oop_s { gst_object object; unsigned long flags; /* FIXME, use uintptr_t */ };#define TO_INT(oop) \ ((intptr_t)(oop)>> 1) do I correctly understand, that the problem is related to that "FIXME"?
No, unsigned long is exactly to same size as FIXME and besides flags is not being accessed anywhere. Just to be clear, I run on Linux 64-bit all the time.
Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
