On Wed, 18 Apr 2007 09:19:09 -0700 Steve Peters (via RT) <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Steve Peters > # Please include the string: [perl #42602] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42602 > > > > 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++ Mark