Jens Rieks <[EMAIL PROTECTED]> wrote:
> The following code results in a
> clone() not implemented in class 'ParrotClass'

Can cou try to add this to parrotclass.pmc:

  PMC* clone() {
      return SELF;
  }

> jens

leo

Reply via email to