Re: NOTICE: New interpreter naming (people with pending patches, read this now)

2004-10-19 Thread Leopold Toetsch
Brent 'Dax' Royal-Gordon [EMAIL PROTECTED] wrote: The naming of the interpreter structure has changed. The struct is now called parrot_interp_t; Thanls, leo

NOTICE: New interpreter naming (people with pending patches, read this now)

2004-10-17 Thread Brent 'Dax' Royal-Gordon
The naming of the interpreter structure has changed. The struct is now called parrot_interp_t; use of the typedef Interp is now recommended in function declarations and definitions (e.g. Cvoid foo(Interp * interpreter, INTVAL bar, FLOATVAL baz);). This will affect many pending patches. If