On Thu, Sep 18, 2003 at 07:58:46PM -0500, Dan Nelson wrote:
(gdb) p sizeof(struct svalue) $1 = 8
If it is 12 bytes it most likely will be aligned to 16 (on Pentium at least). It depends on compiler and exact acrh, but anyway. That's what I mean.
Regards, /Al