Re: cvs commit: parrot/t/pmc freeze.t

2005-03-31 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Wed, Mar 30, 2005 at 09:11:51AM +0200, Leopold Toetsch wrote: >> Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: >> > +void freeze(visit_info *info) { >> > +IMAGE_IO *io = info->image_io; >> > +io->vtable->push_integer(INTERP,

Re: cvs commit: parrot/t/pmc freeze.t

2005-03-30 Thread Nicholas Clark
On Wed, Mar 30, 2005 at 09:11:51AM +0200, Leopold Toetsch wrote: > Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > > +void freeze(visit_info *info) { > > +IMAGE_IO *io = info->image_io; > > +io->vtable->push_integer(INTERP, io, PMC_int_val(SELF)); > > +STRING *

Re: cvs commit: parrot/t/pmc freeze.t

2005-03-29 Thread Leopold Toetsch
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > +void freeze(visit_info *info) { > +IMAGE_IO *io = info->image_io; > +io->vtable->push_integer(INTERP, io, PMC_int_val(SELF)); > +STRING * s = string_from_cstring(INTERP, PMC_data(SELF), > PMC_int_val2(SELF)/BITS