On Tuesday 17 April 2007 07:48, Steve Peters wrote: > This is a big patch to clean up most of the keyword collisions between > Parrot function names, variables, and parameters with C++ keywords. > The collisions I cleaned up included names like > > class > namespace > this > typename > > This patch also includes some additional cleanups that help with compiling > Parrot with a C++ compiler.
Thanks, applied as r18274. I did 'make realclean' to get the tests to pass; apparently there are some missing dependencies to rebuild dynpmcs. -- c