enum_class_max and Parrot_base_vtables are no longer global, these are
per interpreter now. I've created 2 macros for now (see
include/parrot/pmc.h:27,28).
The simple job is to get rid of the old globals in the sources and
replace it with the real interpreter variables.
Thx,
leo