Richard Hirst <[EMAIL PROTECTED]> writes:

> On Sun, Oct 12, 2003 at 11:48:07PM +0200, Falk Hueffner wrote:
> > Just use long mem[] there, we can assume a C99 compiler, and it will
> > ensure alignment (at least for all Linux platforms).
> 
> Really?  I thought the code later referenced something like
> 
>       &foo->mem[bar]
> 
> which will surely break if you just s/char/long/

Dunno, might need to add casts there. I would've thought it only casts
the value to void*.

-- 
        Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to