Re: The great "class" variable renaming

2007-04-09 Thread Klaas-Jan Stol
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 c

The great "class" variable renaming

2007-04-09 Thread Steve Peters
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 f