Steve Peters wrote:
One problem I recently ran into while working on compiling parrot with
C++ is the use of "class" as a variable name in struct _vtable and as
parameters in several functions.
This will need to change as I begin to move forward on my compatiblity
work and I'm looking for some consensus on the name for the vtable.
In my initial work, I've changed the name to "pmc_class" since it
seems to be the most accurate based on the documentaton in vtable.h.
I'm gladly open to suggestions for a different name for this
varaible.
I think the word "namespace" should also be used with care, or
preferably renamed to something else.
kjs