Mattia Barbon <[EMAIL PROTECTED]> wrote: > Hello, > I feel I'm becoming annoying, but: the embedding and extending > interfaces are still using different names for Parrot_Interp/Parrot_INTERP. > Which one is correct?
AFAIK both. Embedding and extending are to different APIs. The former has access to internals the latter doesn't. So they get different types for e.g. the interpreter. > Thanks! > Mattia leo