On Fr. 13. Jul. 2007, 09:47:53, [EMAIL PROTECTED] wrote: > There's a comment in embed.h which says: > > /* XXX Parrot_init() should be removed, no longer required for embedders */ > > This comment has been there since April 2006. The Parrot_init() > prototype is redundant with the one in interpreter.h. I removed the > one in embed.h and saw no ill effects.
I went a step further. Functions used only inside Parrot shouldn't have the prefix 'Parrot_'. So I renamed Parrot_init() to init_world_once() and relocated it tio global_setup.c. I'll close this ticket, if no breakages are reported. Regards, Bernhard -- /* [EMAIL PROTECTED] */