Joshua Gatcomb <[EMAIL PROTECTED]> wrote:
> --- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>> $ make realclean
>> $ perl Configure.pl --intval=long --opcode=long
> This was the ticket Thanks.
Great.
> For my own
> edification, can you explain to me what in the code I
> isolated that change
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Aargh yes. So here we go:
>
> $ make realclean
> $ perl Configure.pl --intval=long --opcode=long
>
This was the ticket Thanks. For my own
edification, can you explain to me what in the code I
isolated that changed on the 15th accounts for t
Joshua Gatcomb <[EMAIL PROTECTED]> wrote:
> --- Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>> Seems that you got sizeof(UINTVAL) == 8 ???
> (gdb) p sizeof(PMC)
> $1 = 32
> (gdb) p sizeof(Dead_PObj)
> $2 = 40
> (gdb) p sizeof(void *)
> $3 = 4
> (gdb) p sizeof(UINTVAL)
> $4 = 8
Aargh yes. So here