Re: struct Parrot_Interpreter argument

2001-12-27 Thread Dan Sugalski
At 02:00 AM 12/20/2001 -0500, [EMAIL PROTECTED] wrote: >Since so many functions pass around the interpreter, >can we add a standard, short interpreter arg macro so I don't >have to clutter the argument list of every function I write. > >theINTERP or something? When the TLS version of the interpre

struct Parrot_Interpreter argument

2001-12-19 Thread mrjoltcola
Since so many functions pass around the interpreter, can we add a standard, short interpreter arg macro so I don't have to clutter the argument list of every function I write. theINTERP or something? -Melvin