Author: cotto Date: Mon Jan 26 05:57:06 2009 New Revision: 36028 Modified: trunk/lib/Parrot/Pmc2c/Parser.pm
Log: [pmc2c] allow UINTVAL ATTRs Modified: trunk/lib/Parrot/Pmc2c/Parser.pm ============================================================================== --- trunk/lib/Parrot/Pmc2c/Parser.pm (original) +++ trunk/lib/Parrot/Pmc2c/Parser.pm Mon Jan 26 05:57:06 2009 @@ -124,7 +124,7 @@ # type \s+ - ( INTVAL + ( (?:U)?INTVAL | FLOATVAL | STRING\s+\* | PMC\s+\*