Re: Parrot_init shouldn't be described in doc/embed.pod
Pawel Murias wrote: Hi, Calling Parrot_init explicitly on a Parrot_Interp returned by Parrot_new is useless. Thanks, applied - r12200 leo
Parrot_init shouldn't be described in doc/embed.pod
Hi, Calling Parrot_init explicitly on a Parrot_Interp returned by Parrot_new is useless. (Parrot_new does it itself and Parrot_init doesn't do anything on already initiated interpreters) Because it makes the api more complicated i propose to remove it from the docs. I attach a patch which remov