Re: [PATCH] More NV/IV size issues.

2001-09-20 Thread Simon Cozens
On Thu, Sep 20, 2001 at 10:38:10AM -0400, Andy Dougherty wrote: > This patch does two only somewhat related things. > > Parrot/Opcode.pm: Change the hard-wired assumption that sizeof(nv) = > 2*sizeof(iv) to a PConfig-type computed value. > > Parrot/Test.pm: Change it to run with the perl that

[PATCH] More NV/IV size issues.

2001-09-20 Thread Andy Dougherty
This patch does two only somewhat related things. Parrot/Opcode.pm: Change the hard-wired assumption that sizeof(nv) = 2*sizeof(iv) to a PConfig-type computed value. Parrot/Test.pm: Change it to run with the perl that was used to generate this version of Parrot. This is useful if, for example