Hi,

I've added src/global.c and include/parrot/global.h which contains

PMC *find_global(Parrot_Interp interpreter, STRING *class, STRING *globalname)

The code is taken from object.c, where a note stated that it is ought to be an 
public function.

Parrot_store_global is missing ATM, but I'll add it later.

jens

Reply via email to