On Wednesday 18 April 2007 11:09, Mark Glines wrote: > > Thanks to Mark Glines email, the following appears to be the > > remaining C++ keywords hanging about. > > Nice :) Your patch reduces the warning count further, from 35 to 9. > > Here's what I am getting currently: > > lib/Parrot/Pmc2c/PCCMETHOD.pm:402:10: Name class is a keyword or reserved > word in C++ lib/Parrot/Pmc2c/PCCMETHOD.pm:402:10: Name namespace is a > keyword or reserved word in C++ src/pmc/delegate.c:154:57: Name class is a > keyword or reserved word in C++ src/pmc/delegate.pmc:108:47: Name class is > a keyword or reserved word in C++ src/pmc/delegate.pmc:67:14: Name class is > a keyword or reserved word in C++ src/pmc/parrotclass.pmc:268:11: Name > class is a keyword or reserved word in C++ src/pmc/parrotclass.pmc:339:11: > Name class is a keyword or reserved word in C++ > src/pmc/parrotobject.pmc:32:10: Name class is a keyword or reserved word in > C++ src/pmc/parrotobject.pmc:558:10: Name true is a keyword or reserved > word in C++
I applied Steve's patch along with some other fixes intended to remove these warnings, as r18279. Thanks to both of you! -- c