Re: Using extend.h to create a specific PMC
Arthur Bergman <[EMAIL PROTECTED]> wrote: > Hi, > Quick question, is it possible to create a specific type of PMC using > extend.h? t/src/extend.t has this: type = Parrot_PMC_typenum(interpreter, "PerlString"); testpmc = Parrot_PMC_new(interpreter, type); > Arthur leo
Using extend.h to create a specific PMC
Hi, Quick question, is it possible to create a specific type of PMC using extend.h? Arthur