Comment 2 for bug 269971

Revision history for this message
Derick Eddington (derick-eddington) wrote : Re: [Bug 269971] [NEW] (ikarus system $foreign) pointers bugs

On Sat, 2008-09-13 at 17:54 -0700, Abdulaziz Ghuloum wrote:
> The offsets are intended to be in bytes, not in multiples
> of the sizeof the char/short/int/long. The pointer is not
> assumed to be homogeneous. It might be a struct containing
> bytes, shorts, longs, etc.

Ah, of course. Sorry.