# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38756] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38756 >
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